helio-cli
Version:
An application for setting up various projects from graphql services, react applications, and assignments
47 lines (46 loc) • 1.42 kB
JSON
{
"name": "helio-cli",
"version": "0.1.3",
"description": "An application for setting up various projects from graphql services, react applications, and assignments",
"main": "src/cli.js",
"repository": "https://github.com/helio-training-tools/helio-cli",
"author": "Aric Beagley <abeagley@heliotraining.com>",
"license": "GPL-3.0",
"bin": {
"helio-cli": "bin/helio-cli"
},
"devDependencies": {
"chai": "^4.1.1",
"eslint": "^4.4.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^3.5.0",
"nodemon": "^1.11.0",
"sinon": "^3.2.0"
},
"dependencies": {
"babel-cli": "^6.24.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.24.1",
"chalk": "^2.1.0",
"git-clone": "^0.1.0",
"inquirer": "^3.2.1",
"jstransformer": "^1.0.0",
"jstransformer-handlebars": "^1.0.0",
"metalsmith": "^2.3.0",
"metalsmith-in-place": "^3.0.1",
"metalsmith-layouts": "^1.8.1",
"yargs": "^8.0.2"
},
"scripts": {
"build": "babel src -d build",
"postinstall": "npm run-script build",
"start": "nodemon --watch src --exec 'npm run-script build'",
"test": "mocha --compilers js:babel-register"
}
}