mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-21 06:30:49 -06:00
28 lines
658 B
JSON
28 lines
658 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'",
|
|
"all": "node index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@cypress/npm-run-all": "^4.0.0",
|
|
"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"
|
|
}
|
|
}
|