mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-25 00:19:22 -06:00
39 lines
966 B
JSON
39 lines
966 B
JSON
{
|
|
"name": "@packages/example",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"postinstall": "echo '@packages/example needs: npm run build'",
|
|
"clean-deps": "rm -rf node_modules",
|
|
"test": "cross-env NODE_ENV=test mocha",
|
|
"test-e2e": "cypress run",
|
|
"build": "node ./bin/build.js && gulp build",
|
|
"predeploy": "npm run build",
|
|
"deploy": "gulp deploy",
|
|
"lint": "bin-up eslint --fix *.js bin/*.js lib/*.js test/*.js",
|
|
"pretest": "npm run lint"
|
|
},
|
|
"files": [
|
|
"cypress",
|
|
"lib"
|
|
],
|
|
"dependencies": {
|
|
"bluebird": "^3.5.1",
|
|
"glob": "^7.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"bin-up": "^1.1.0",
|
|
"chai": "^3.5.0",
|
|
"cross-env": "^5.0.5",
|
|
"cypress-example-kitchensink": "1.0.2",
|
|
"gulp": "^3.9.1",
|
|
"gulp-clean": "^0.3.1",
|
|
"gulp-gh-pages-will": "0.5.5",
|
|
"gulp-rev-all": "^0.8.22",
|
|
"mocha": "^2.4.5",
|
|
"run-sequence": "^1.1.5",
|
|
"shelljs": "^0.7.8"
|
|
}
|
|
}
|