mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-04 22:30:00 -06:00
34 lines
1.4 KiB
JSON
34 lines
1.4 KiB
JSON
{
|
|
"name": "@packages/server-ct",
|
|
"version": "0.0.0-development",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build-prod": "tsc",
|
|
"cypress:open": "node ./scripts/check-example.js && NODE_OPTIONS=--max-http-header-size=1048576 node ../../scripts/start.js --component-testing --project ${PWD}/crossword-example",
|
|
"cypress:open:debug": "node ./scripts/check-example.js && NODE_OPTIONS=--max-http-header-size=1048576 node --inspect-brk ../../scripts/start.js --component-testing --project ${PWD}/crossword-example",
|
|
"cypress:run": "node ./scripts/check-example.js && NODE_OPTIONS=--max-http-header-size=1048576 node ../../scripts/start.js --component-testing --run-project ${PWD}/crossword-example",
|
|
"cypress:run:debug": "node ./scripts/check-example.js && NODE_OPTIONS=--max-http-header-size=1048576 node --inspect-brk ../../scripts/start.js --component-testing --run-project ${PWD}/crossword-example",
|
|
"test-unit": "mocha -r @packages/ts/register test/**/*.spec.ts --config ./test/.mocharc.js --exit"
|
|
},
|
|
"dependencies": {
|
|
"bluebird": "3.5.3",
|
|
"chalk": "2.4.2",
|
|
"chokidar": "3.2.2",
|
|
"debug": "4.3.2",
|
|
"express": "4.17.1",
|
|
"http-proxy": "1.18.1",
|
|
"lodash": "4.17.20",
|
|
"send": "0.17.1"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"expect": "^26.6.2",
|
|
"mocha": "^8.1.3"
|
|
},
|
|
"peerDependencies": {},
|
|
"files": [
|
|
"src"
|
|
]
|
|
}
|