Files
cypress/packages/ts/package.json
T
Barthélémy Ledoux 759449c440 feat: detect component testing env (#20002)
Co-authored-by: Zachary Williams <ZachJW34@gmail.com>
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2022-02-11 15:38:09 -06:00

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"
]
}