bolt/treegen/package.json

30 lines
669 B
JSON
Raw Normal View History

2020-05-30 11:29:08 +02:00
{
"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"
}