mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-14 19:40:39 -05:00
759449c440
Co-authored-by: Zachary Williams <ZachJW34@gmail.com> Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
26 lines
535 B
JSON
26 lines
535 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'"
|
|
},
|
|
"dependencies": {
|
|
"debug": "^4.3.2",
|
|
"tslib": "2.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"rimraf": "3.0.2",
|
|
"ts-node": "^10.2.1",
|
|
"typescript-cached-transpile": "^0.0.6"
|
|
},
|
|
"files": [
|
|
"register.js"
|
|
]
|
|
}
|