mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-23 23:49:05 -06:00
42 lines
951 B
JSON
42 lines
951 B
JSON
{
|
|
"name": "@packages/example",
|
|
"version": "0.0.0-development",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "node ./bin/build.js && gulp build",
|
|
"clean-deps": "rimraf node_modules",
|
|
"predeploy": "yarn build",
|
|
"deploy": "gh-pages -d build -b gh-pages",
|
|
"postinstall": "echo '@packages/example needs: yarn build'",
|
|
"test": "yarn test-unit",
|
|
"test-e2e": "cypress run",
|
|
"test-unit": "echo 'no unit tests'"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "6.0.3",
|
|
"cypress-example-kitchensink": "3.1.2",
|
|
"gh-pages": "5.0.0",
|
|
"gulp": "4.0.2",
|
|
"gulp-clean": "0.4.0",
|
|
"gulp-rev-all": "2.0.2",
|
|
"resolve-pkg": "2.0.0"
|
|
},
|
|
"files": [
|
|
"cypress",
|
|
"lib"
|
|
],
|
|
"types": "index.d.ts",
|
|
"nx": {
|
|
"targets": {
|
|
"build": {
|
|
"outputs": [
|
|
"{projectRoot}/cypress",
|
|
"{projectRoot}/app",
|
|
"{projectRoot}/build"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|