UNPKG

bikeshed-to-ts

Version:

Extract a TypeScript declaration file from a bikeshed document.

33 lines (32 loc) 749 B
{ "name": "bikeshed-to-ts", "version": "1.2.0", "description": "Extract a TypeScript declaration file from a bikeshed document.", "main": "src/assembler.js", "repository": "https://github.com/darionco/bikeshed-to-ts.git", "author": "Dario Segura <dario.seco@gmail.com>", "license": "MIT", "bin": { "bikeshed-to-ts": "./src/cli.js" }, "files": [ "src/", "README.md", "LICENSE" ], "keywords": [ "typescript", "webidl", "bikeshed", "types", "typedef", "documentation" ], "dependencies": { "@dekkai/data-source": "^0.2.1", "typescript": "^4.2.4", "webidl2": "^23.13.1", "webidl2ts": "git+https://github.com/darionco/webidl2ts.git#4df7c2c", "yargs": "^16.2.0" } }