mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-25 01:09:52 -06:00
35 lines
897 B
JSON
35 lines
897 B
JSON
{
|
|
"name": "@packages/socket",
|
|
"version": "0.0.0-development",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"clean-deps": "rm -rf node_modules",
|
|
"postinstall": "patch-package",
|
|
"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": "cross-env NODE_ENV=test mocha --watch"
|
|
},
|
|
"dependencies": {
|
|
"socket.io": "2.3.0",
|
|
"socket.io-circular-parser": "cypress-io/socket.io-circular-parser#unpatched-has-binary-2",
|
|
"socket.io-client": "2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "3.5.0",
|
|
"cross-env": "6.0.3",
|
|
"mocha": "3.5.3",
|
|
"resolve-pkg": "2.0.0"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"patches"
|
|
],
|
|
"workspaces": {
|
|
"nohoist": [
|
|
"**"
|
|
]
|
|
}
|
|
}
|