mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-24 07:59:12 -05:00
7663c134a6
Co-authored-by: Renovate Bot <bot@renovateapp.com>
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "@packages/launcher",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build-prod": "tsc --project .",
|
|
"clean": "node scripts/clean.js || true",
|
|
"clean-deps": "rm -rf node_modules",
|
|
"clean-js": "yarn clean",
|
|
"size": "t=\"cypress-v0.0.0.tgz\"; yarn pack --filename \"${t}\"; wc -c \"cli/${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
|
|
"test": "yarn test-unit",
|
|
"test-unit": "mocha --reporter mocha-multi-reporters --reporter-options configFile=../../mocha-reporter-config.json"
|
|
},
|
|
"dependencies": {
|
|
"bluebird": "3.5.3",
|
|
"debug": "4.1.1",
|
|
"execa": "4.0.0",
|
|
"fs-extra": "8.1.0",
|
|
"lodash": "4.17.19",
|
|
"plist": "3.0.1",
|
|
"ramda": "0.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"@packages/ts": "*",
|
|
"chai": "3.5.0",
|
|
"chai-as-promised": "7.1.1",
|
|
"cross-env": "6.0.3",
|
|
"mocha": "3.5.3",
|
|
"shelljs": "0.8.3",
|
|
"sinon": "5.1.1",
|
|
"sinon-chai": "3.4.0",
|
|
"typescript": "3.5.3"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"types": "./lib/types.ts"
|
|
}
|