mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-22 15:11:00 -06:00
Co-authored-by: amehta265 <65267668+amehta265@users.noreply.github.com> Co-authored-by: Bill Glesias <bglesias@gmail.com> Co-authored-by: mattvCypress <mattv@cypress.io> Co-authored-by: Ryan Manuel <ryanm@cypress.io> Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com> Co-authored-by: Jordan <jordan@jpdesigning.com> Co-authored-by: Adam Stone <adams@cypress.io>
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "@packages/extension",
|
|
"version": "0.0.0-development",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "gulp build",
|
|
"build-prod": "yarn build",
|
|
"clean": "gulp clean",
|
|
"clean-deps": "rimraf 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 -r @packages/ts/register --reporter mocha-multi-reporters --reporter-options configFile=../../mocha-reporter-config.json",
|
|
"test-watch": "yarn test-unit --watch",
|
|
"watch": "node ../../scripts/run-webpack --watch --progress",
|
|
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.json, ."
|
|
},
|
|
"dependencies": {
|
|
"bluebird": "3.5.3",
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"devDependencies": {
|
|
"@packages/icons": "0.0.0-development",
|
|
"@packages/socket": "0.0.0-development",
|
|
"chai": "3.5.0",
|
|
"cross-env": "6.0.3",
|
|
"eol": "0.9.1",
|
|
"fs-extra": "9.1.0",
|
|
"gulp": "4.0.2",
|
|
"mocha": "3.5.3",
|
|
"mock-require": "3.0.3",
|
|
"rimraf": "3.0.2",
|
|
"sinon": "7.3.2",
|
|
"sinon-chai": "3.3.0",
|
|
"ts-loader": "8.4.0",
|
|
"webextension-polyfill": "0.4.0",
|
|
"webpack": "4.44.2"
|
|
},
|
|
"files": [
|
|
"app",
|
|
"dist",
|
|
"lib",
|
|
"theme"
|
|
]
|
|
}
|