tcg
Version:
The Code Generator
32 lines (31 loc) • 600 B
JSON
{
"name": "tcg",
"version": "0.0.15",
"license": "MIT",
"author": "Randy Liu <randyliu@foxmail.com>",
"description": "The Code Generator",
"bin": {
"tcg": "./bin/tcg"
},
"engines": {
"node": ">= 0.12.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://github.com/randyliu/tcg.git"
},
"keywords": [
"tcg",
"generator"
],
"dependencies": {
"co" : "4.6.0",
"co-fs" : "1.2.0",
"posix-getopt" : "1.2.0",
"json-bigint" : "0.2.0"
}
}