Files
kotlin-fork/js/js.translator/testData/package.json
T
2021-11-30 12:24:56 +00:00

17 lines
421 B
JSON
Vendored

{
"dependencies": {
"require-from-string": "1.2.0"
},
"devDependencies": {
"mocha": "9.1.3",
"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 typescript-export/*/"
}
}