tsgen2
Version:
Generates Typescript code programatically
27 lines (26 loc) • 577 B
JSON
{
"name": "tsgen2",
"version": "1.0.4",
"description": "Generates Typescript code programatically",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jmulet/tsgen.git"
},
"keywords": [
"Typecript",
"Generator"
],
"author": "Josep Mulet",
"license": "ISC",
"bugs": {
"url": "https://github.com/jmulet/tsgen/issues"
},
"homepage": "https://github.com/jmulet/tsgen#readme",
"dependencies": {
"@types/node": "^9.6.0"
}
}