mirror of
https://github.com/bendtherules/Typescript.tools.git
synced 2026-08-18 13:51:55 +00:00
23 lines
612 B
JSON
23 lines
612 B
JSON
{
|
|
"name": "typescript.tools",
|
|
"version": "0.0.1",
|
|
"description": "Collection of resources related to Typescript compiler api (and related things)",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/bendtherules/typescript.tools.git"
|
|
},
|
|
"keywords": [
|
|
"typescript"
|
|
],
|
|
"author": "bendtherules",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/bendtherules/typescript.tools/issues"
|
|
},
|
|
"homepage": "https://github.com/bendtherules/typescript.tools#readme"
|
|
}
|