dukat
Version:
Converter definition files to Kotlin declarations. Currently support TypeScript declarations
43 lines (42 loc) • 1 kB
JSON
{
"name": "dukat",
"version": "0.5.8-rc.4",
"description": "Converter definition files to Kotlin declarations. Currently support TypeScript declarations",
"bin": {
"dukat": "./bin/dukat-cli.js"
},
"files": [
"build/runtime/dukat-cli.jar",
"build/runtime/kotlin-stdlib-js.jar",
"bin/dukat-cli.js",
"lib/converter.js",
"resources/stdlib.dukat",
"d.ts.libs/*",
"kotlin-stdlib-js/*.meta.js",
"README.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kotlin/dukat.git"
},
"keywords": [
"Kotlin",
"Language",
"TypeScript",
"JavaScript",
"DefinitelyTyped"
],
"author": "JetBrains s.r.o.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Kotlin/dukat/issues"
},
"homepage": "https://github.com/Kotlin/dukat#readme",
"dependencies": {
"typescript": "3.9.5",
"google-protobuf": "3.12.2"
}
}