Files
cypress/packages/runner/package.json
T

53 lines
1.4 KiB
JSON

{
"name": "@packages/runner",
"version": "0.3.11",
"main": "lib/runner.js",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/cypress-io/cypress-core-runner.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/cypress-io/cypress-core-runner/issues"
},
"homepage": "https://github.com/cypress-io/cypress-core-runner#readme",
"scripts": {
"postinstall": "echo '@packages/runner needs: npm run build'",
"build": "node ./scripts/build-dev.js",
"build-prod": "node ./scripts/build-prod.js",
"watch": "node ./scripts/watch.js",
"clean": "zunder clean",
"clean-deps": "rm -rf node_modules",
"test": "node ./scripts/test.js",
"lint": "$(bin-up eslint) --fix srcipts/*.js src/*.js* src/**/*.js*"
},
"files": [
"dist",
"lib/runner.js"
],
"devDependencies": {
"@cypress/react-tooltip": "^0.2.4",
"@cypress/releaser": "0.1.12",
"bin-up": "^1.0.0",
"bluebird": "^3.4.0",
"chai": "^3.5.0",
"chai-enzyme": "^0.7.1",
"classnames": "^2.2.5",
"enzyme": "^2.8.2",
"font-awesome": "^4.6.3",
"jsdom": "^9.4.1",
"lodash": "^4.15.0",
"mobx": "^3.1.15",
"mobx-react": "^4.2.1",
"prop-types": "^15.5.9",
"react": "^15.6.1",
"react-addons-test-utils": "^15.6.0",
"react-dom": "^15.6.1",
"react-test-renderer": "^15.6.1",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0",
"zunder": "^4.1.1"
}
}