mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-25 16:40:03 -05:00
a2266a6f62
Co-authored-by: Renovate Bot <bot@renovateapp.com>
20 lines
310 B
JSON
20 lines
310 B
JSON
{
|
|
"name": "@packages/ts",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"clean-deps": "rm -rf node_modules",
|
|
"test": "node test"
|
|
},
|
|
"dependencies": {
|
|
"debug": "4.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"ts-node": "5.0.1"
|
|
},
|
|
"files": [
|
|
"register.js"
|
|
]
|
|
}
|