Files
cypress/package.json
Chris Breiding bdeef6c686 some cleanup
2016-10-06 13:22:25 -04:00

26 lines
592 B
JSON

{
"name": "cypress-monorepo",
"version": "0.0.0",
"main": "index.js",
"scripts": {
"postinstall": "node index.js --exec 'npm install, npm run build'",
"start": "node index.js",
"dev": "node index.js --exec 'npm run dev'",
"test": "node index.js --exec 'npm test'"
},
"author": "",
"license": "ISC",
"devDependencies": {
"bluebird": "^3.4.5",
"coffee-script": "^1.11.1",
"eslint": "^3.7.1",
"lodash": "^4.16.3"
},
"dependencies": {
"app-module-path": "^1.1.0",
"chalk": "^1.1.3",
"glob": "^7.0.6",
"minimist": "^1.2.0"
}
}