@revoloo/cypress6
Version:
Cypress.io end to end testing tool
23 lines (22 loc) • 442 B
JSON
{
"name": "@packages/ts",
"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-unit": "node test",
"test-watch": "echo 'no watching of tests'"
},
"dependencies": {
"debug": "4.3.2"
},
"devDependencies": {
"ts-node": "5.0.1"
},
"files": [
"register.js"
]
}