Files
cypress/packages/runner/package.json
T
Brian Mann e5da1bdd61 all: remove running npm run build in root monorepo - move concerns into each package
-this prevents situations like building the docs twice
-this enables each package to more finely tune how and when it builds
2017-05-17 17:57:52 -04:00

54 lines
1.4 KiB
JSON

{
"name": "@cypress/core-runner",
"version": "0.3.11",
"main": "lib/runner.js",
"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": "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": "eslint src/**/*.jsx src/**/*.js"
},
"files": [
"dist",
"lib/runner.js"
],
"devDependencies": {
"@cypress/react-tooltip": "0.1.1",
"@cypress/releaser": "0.1.12",
"babel-eslint": "^6.0.4",
"bluebird": "^3.4.0",
"chai": "^3.5.0",
"chai-enzyme": "^0.6.1",
"classnames": "^2.2.5",
"enzyme": "^2.8.1",
"eslint": "^3.10.0",
"eslint-plugin-mocha": "^4.3.0",
"eslint-plugin-react": "^5.1.1",
"font-awesome": "^4.6.3",
"jsdom": "^9.4.1",
"lodash": "^4.15.0",
"mobx": "^2.3.6",
"mobx-react": "^3.5.3",
"prop-types": "^15.5.9",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-test-renderer": "^15.5.4",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0",
"zunder": "^3.5.5"
}
}