UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

40 lines (39 loc) 1.05 kB
{ "name": "@packages/socket", "version": "0.0.0-development", "private": true, "main": "index.js", "browser": "lib/browser.ts", "scripts": { "build-prod": "tsc", "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 -r @packages/ts/register --reporter mocha-multi-reporters --reporter-options configFile=../../mocha-reporter-config.json", "test-watch": "cross-env NODE_ENV=test mocha -r @packages/ts/register --watch" }, "dependencies": { "circular-json": "0.5.9", "socket.io": "3.0.4", "socket.io-client": "3.0.4" }, "devDependencies": { "chai": "3.5.0", "cross-env": "6.0.3", "mocha": "3.5.3", "resolve-pkg": "2.0.0" }, "files": [ "lib", "patches" ], "workspaces": { "nohoist": [ "socket.io", "socket.io/socket.io-parser", "socket.io-client", "socket.io-client/socket.io-parser" ] } }