mirror of
https://github.com/jamiebuilds/the-super-tiny-compiler.git
synced 2024-10-27 20:34:08 +00:00
20 lines
521 B
JSON
20 lines
521 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|