mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-29 18:39:14 -06:00
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "@packages/extension",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "gulp build",
|
|
"build-prod": "yarn build",
|
|
"clean": "gulp clean",
|
|
"clean-deps": "rm -rf node_modules",
|
|
"postinstall": "echo '@packages/extension needs: yarn build'",
|
|
"test": "yarn test-unit",
|
|
"test-debug": "yarn test-unit --inspect-brk=5566",
|
|
"test-unit": "cross-env NODE_ENV=test mocha --reporter mocha-multi-reporters --reporter-options configFile=../../mocha-reporter-config.json",
|
|
"test-watch": "yarn test-unit --watch",
|
|
"watch": "gulp watch"
|
|
},
|
|
"dependencies": {
|
|
"bluebird": "3.5.3",
|
|
"lodash": "4.17.15"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/icons": "0.7.0",
|
|
"@packages/socket": "*",
|
|
"browserify": "16.3.0",
|
|
"chai": "3.5.0",
|
|
"coffeescript": "1.12.7",
|
|
"cross-env": "6.0.3",
|
|
"eol": "0.9.1",
|
|
"fs-extra": "8.1.0",
|
|
"gulp": "4.0.2",
|
|
"gulp-clean": "0.4.0",
|
|
"gulp-rename": "1.4.0",
|
|
"mocha": "3.5.3",
|
|
"mock-require": "3.0.3",
|
|
"rimraf": "2.6.3",
|
|
"run-sequence": "1.2.2",
|
|
"sinon": "7.3.2",
|
|
"sinon-chai": "3.3.0",
|
|
"vinyl-source-stream": "2.0.0",
|
|
"webextension-polyfill": "0.4.0"
|
|
},
|
|
"files": [
|
|
"app",
|
|
"dist",
|
|
"lib",
|
|
"theme"
|
|
]
|
|
}
|