30 lines
669 B
JSON
30 lines
669 B
JSON
|
{
|
||
|
"name": "treegen",
|
||
|
"version": "1.0.0",
|
||
|
"private": true,
|
||
|
"description": "An AST tree generator from a specification file.",
|
||
|
"main": "lib/index.js",
|
||
|
"bin": {
|
||
|
"treegen": "lib/cli.js"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"prepare": "tsc",
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/samvv/BoltJS.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"abstract-syntaxt-tree",
|
||
|
"specification-file",
|
||
|
"code-generator"
|
||
|
],
|
||
|
"author": "Sam Vervaeck",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/samvv/BoltJS/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/samvv/BoltJS#readme"
|
||
|
}
|