Files
kotlin-fork/js/js.translator/testData/package.json
T
2019-08-30 13:15:37 +03:00

17 lines
421 B
JSON
Vendored

{
"dependencies": {
"require-from-string": "1.2.0"
},
"devDependencies": {
"mocha": "3.2.0",
"mocha-teamcity-reporter": "1.1.1",
"typescript": "^3.5.3"
},
"scripts": {
"runOnTeamcity": "mocha --reporter mocha-teamcity-reporter",
"test": "mocha",
"runIrTestInNode": "node $NODE_DEBUG_OPTION runIrTestInNode.js",
"generateTypeScriptTests": "tsc --build typescript-export/*/"
}
}