mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-18 22:28:38 -05:00
df3f3fcd42
Using require hook
17 lines
290 B
JSON
17 lines
290 B
JSON
{
|
|
"name": "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"
|
|
}
|
|
}
|