{ "name": "babylon-module-definitons", "version": "1.0.0", "description": "", "main": "./lib/index", "scripts": { "test": "mocha --compilers js:babel-core/register --recursive", "build": "babel ./src --out-dir ./lib" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "babel-cli": "^6.7.7", "babel-core": "^6.7.7", "babel-plugin-syntax-async-functions": "^6.5.0", "babel-plugin-transform-regenerator": "^6.6.5", "babel-plugin-transform-runtime": "^6.7.5", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "mocha": "^2.4.5" }, "babel": { "plugins": [ "transform-runtime", "transform-regenerator", "syntax-async-functions" ], "presets": [ "es2015", "react" ] }, "esnext": "./src/index", "dependencies": { "babel-traverse": "^6.7.6", "babylon": "^6.7.0" } }