mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-27 01:18:56 -06:00
23 lines
430 B
JSON
23 lines
430 B
JSON
{
|
|
"name": "@packages/ts",
|
|
"version": "0.0.0",
|
|
"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.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"ts-node": "5.0.1"
|
|
},
|
|
"files": [
|
|
"register.js"
|
|
]
|
|
}
|