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

13 lines
236 B
JSON
Raw Normal View History

2016-12-31 20:31:43 +00:00
{
"name": "the-super-tiny-compiler",
2016-12-31 20:34:48 +00:00
"version": "1.0.0",
2017-09-19 19:08:09 +00:00
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world"
},
"devDependencies": {
"bs-platform": "1.9.2"
}
2016-12-31 20:31:43 +00:00
}