mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-17 20:49:52 -06:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "@packages/example",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"postinstall": "echo '@packages/example needs: npm run build'",
|
|
"check-deps": "node ../../scripts/check-deps.js --verbose",
|
|
"check-deps-pre": "npm run check-deps -- --prescript",
|
|
"clean-deps": "rm -rf node_modules",
|
|
"pretest": "npm run check-deps-pre && npm run lint",
|
|
"test": "cross-env NODE_ENV=test mocha",
|
|
"test-e2e": "cypress run",
|
|
"prebuild": "npm run check-deps-pre",
|
|
"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"
|
|
},
|
|
"files": [
|
|
"cypress",
|
|
"lib"
|
|
],
|
|
"dependencies": {
|
|
"bluebird": "3.5.3",
|
|
"glob": "7.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"bin-up": "1.2.0",
|
|
"chai": "3.5.0",
|
|
"cross-env": "5.2.0",
|
|
"cypress-example-kitchensink": "1.5.1",
|
|
"gulp": "3.9.1",
|
|
"gulp-clean": "0.4.0",
|
|
"gulp-gh-pages-will": "0.5.5",
|
|
"gulp-rev-all": "0.8.24",
|
|
"mocha": "2.5.3",
|
|
"run-sequence": "1.2.2",
|
|
"shelljs": "0.8.3"
|
|
}
|
|
}
|