Files
kotlin-fork/js/js.translator/testData/package.json
T
2022-11-04 15:52:19 +00:00

17 lines
401 B
JSON
Vendored

{
"dependencies": {
"require-from-string": "1.2.0"
},
"devDependencies": {
"mocha": "10.1.0",
"mocha-teamcity-reporter": "4.2.0",
"typescript": "^4.5.2"
},
"scripts": {
"runOnTeamcity": "mocha --reporter mocha-teamcity-reporter",
"test": "mocha",
"runIrTestInNode": "node $NODE_DEBUG_OPTION runIrTestInNode.js",
"generateTypeScriptTests": "tsc --build"
}
}