Files
cypress/package.json
T
2016-10-17 11:03:53 -04:00

28 lines
608 B
JSON

{
"name": "cypress-monorepo",
"version": "0.0.0",
"main": "index.js",
"scripts": {
"postinstall": "npm run all install",
"start": "node index.js",
"watch-dev": "node run all watch-dev",
"test": "node run all test",
"all": "node index.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@cypress/npm-run-all": "^4.0.1",
"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"
}
}