jamiebuilds_the-super-tiny-.../package.json
Javier Chávarri 110068e7a5 Configuration
2017-09-19 21:08:09 +02:00

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"
}
}