Files
kotlin-fork/js/js.translator/testData/package.json
T
Ilya Goncharov 8b34be9490 rra/ilgonmic/update-lock-files
[Gradle, JS] Update npm versions

[JS] Update package.json's and lock files

Merge-request: KT-MR-5852
Merged-by: Ilya Goncharov <Ilya.Goncharov@jetbrains.com>

^KT-51503 fixed
2022-03-01 10:24:56 +00:00

17 lines
400 B
JSON
Vendored

{
"dependencies": {
"require-from-string": "1.2.0"
},
"devDependencies": {
"mocha": "9.2.1",
"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"
}
}