mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-19 13:41:26 -06:00
20 lines
347 B
JSON
20 lines
347 B
JSON
{
|
|
"name": "@packages/ts",
|
|
"version": "1.0.0",
|
|
"description": "TypeScript runtime Node hook",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node test"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"ts-node": "^3.0.4",
|
|
"typescript": "^2.3.2"
|
|
},
|
|
"dependencies": {
|
|
"debug": "^2.6.8"
|
|
}
|
|
}
|