mirror of
https://github.com/jamiebuilds/the-super-tiny-compiler.git
synced 2024-10-27 20:34:08 +00:00
13 lines
236 B
JSON
13 lines
236 B
JSON
{
|
|
"name": "the-super-tiny-compiler",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"build": "bsb -make-world",
|
|
"start": "bsb -make-world -w",
|
|
"clean": "bsb -clean-world"
|
|
},
|
|
"devDependencies": {
|
|
"bs-platform": "1.9.2"
|
|
}
|
|
}
|