dts2hx
Version:
Converts TypeScript definition files (d.ts) to haxe externs
34 lines (33 loc) • 704 B
JSON
{
"name": "dts2hx",
"version": "0.20.0",
"description": "Converts TypeScript definition files (d.ts) to haxe externs",
"keywords": [
"haxe",
"typescript",
"externs",
"dts2hx",
"type definitions",
"types",
"cross-platform"
],
"main": "dist/dts2hx.js",
"repository": {
"type": "git",
"url": "https://github.com/haxiomic/dts2hx"
},
"scripts": {
"prepare": "haxe build.hxml",
"test": "cd test && haxe --run RunAll"
},
"homepage": "https://github.com/haxiomic/dts2hx",
"author": "haxiomic",
"license": "ISC",
"dependencies": {
"typescript": "3.7.4"
},
"devDependencies": {
"@types/node": "11.11.3"
},
"bin": "./cli.js"
}