getdocs2ts
Version:
This is a utility that transforms code documented with getdocs-style doc comments into TypeScript definition files
54 lines (53 loc) • 1.38 kB
JSON
{
"name": "getdocs2ts",
"version": "2.2.1",
"description": "This is a utility that transforms code documented with getdocs-style doc comments into TypeScript definition files",
"main": "out/src/build.js",
"scripts": {
"build": "tsc -p .",
"test": "mocha out/test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bradleyayers/getdocs2ts.git"
},
"keywords": [
"TypeScript",
"getdocs"
],
"author": "David Hahn <davidka.h@gmal.com>",
"contributors": [
"Bradley Ayers <bradley.ayers@gmail.com>",
"Tim Baumann <tim@timbaumann.info>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/bradleyayers/getdocs2ts/issues"
},
"homepage": "https://github.com/bradleyayers/getdocs2ts#readme",
"dependencies": {
"builddocs": "^0.1.3",
"debug": "^2.6.1",
"getdocs": "^0.5.0",
"mkdirp": "0.5.1",
"mold-template": "^2.0.1",
"sinon": "^1.17.7",
"string-builder": "^0.1.4",
"typescript": "^2.3.3"
},
"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"
}
}