mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-24 16:09:32 -06:00
28 lines
612 B
JSON
28 lines
612 B
JSON
{
|
|
"name": "@packages/ts",
|
|
"version": "0.0.0-development",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"clean-deps": "rimraf node_modules",
|
|
"postinstall": "patch-package",
|
|
"test": "yarn test-unit",
|
|
"test-unit": "node test",
|
|
"test-watch": "echo 'no watching of tests'",
|
|
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.json, ."
|
|
},
|
|
"dependencies": {
|
|
"debug": "^4.3.2",
|
|
"ts-node": "^10.9.1",
|
|
"tslib": "2.3.1",
|
|
"typescript-cached-transpile": "^0.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"rimraf": "3.0.2"
|
|
},
|
|
"files": [
|
|
"register.js",
|
|
"registerDir.js"
|
|
]
|
|
}
|