jamiebuilds_the-super-tiny-.../package.json

20 lines
521 B
JSON
Raw Normal View History

{
"name": "the-super-tiny-compiler",
"description": "Possibly the smallest compiler ever",
"scripts": {
"test": "node ./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thejameskyle/the-super-tiny-compiler.git"
},
"license": "SEE LICENSE IN ./LICENSE",
"bugs": {
"url": "https://github.com/thejameskyle/the-super-tiny-compiler/issues"
},
"homepage": "https://github.com/thejameskyle/the-super-tiny-compiler#readme",
"dependencies": {
"meow": "^3.7.0"
}
}