UNPKG

buildtypedefs

Version:

This is a utility that transforms code documented with getdocs-style doc comments into TypeScript definition files

48 lines (47 loc) 1.21 kB
{ "name": "buildtypedefs", "version": "0.1.3", "description": "This is a utility that transforms code documented with getdocs-style doc comments into TypeScript definition files", "main": "out/src/build.js", "scripts": { "test": "mocha out/test" }, "repository": { "type": "git", "url": "git+https://github.com/davidka/buildtypedefs.git" }, "keywords": [ "TypeScript", "getdocs" ], "author": "David Hahn <davidka.h@gmal.com>", "license": "MIT", "bugs": { "url": "https://github.com/davidka/buildtypedefs/issues" }, "homepage": "https://github.com/davidka/buildtypedefs#readme", "dependencies": { "builddocs": "^0.1.3", "debug": "^2.6.1", "getdocs": "^0.5.0", "mold-template": "^2.0.1", "sinon": "^1.17.7", "string-builder": "^0.1.4", "mkdirp": "0.5.1" }, "files": [ "out/src" ], "types": "out/src/build.d.ts", "devDependencies": { "@types/mocha": "^2.2.39", "@types/chai": "^3.4.35", "@types/chai-as-promised": "^0.0.29", "@types/sinon": "^1.16.35", "@types/debug": "0.0.29", "@types/node": "^7.0.5", "mocha": "^3.2.0", "chai": "^3.5.0", "chai-as-promised": "^6.0.0" } }