{ "name": "npm-programatic", "author": "Thomas Reggi", "main": "./lib/index", "version": "1.0.0", "jsnext:main": "src/demo.js", "scripts": { "build": "babel ./src --out-dir ./lib", "tentpostinstall": "tent-module-assign install", "test": "mocha --compilers js:babel-core/register --recursive" }, "devDependencies": { "babel-cli": "^6.7.7", "babel-core": "^6.8.0", "babel-plugin-syntax-async-functions": "^6.8.0", "babel-plugin-transform-regenerator": "^6.8.0", "babel-plugin-transform-runtime": "^6.8.0", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "bluebird": "^3.3.5", "chai": "^3.5.0", "chai-as-promised": "^5.3.0", "chai-fs": "^0.1.0", "fs-extra": "^0.30.0", "mocha": "^2.4.5", "os-tmpdir": "^1.0.1", "tent-module-assign": "1.0.0" }, "babel": { "plugins": [ "transform-runtime", "transform-regenerator", "syntax-async-functions" ], "presets": [ "es2015", "react" ] }, "dependencies": { "bluebird": "3.3.5", "dargs": "^4.1.0", "lodash": "3.0.0" }, "localDependencies": { "lodash@3.0.0": "lodash" }, "esnext": "./src/index" }