mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-29 06:05:36 -08:00
14 lines
421 B
JSON
14 lines
421 B
JSON
{
|
|
"name": "04_Awari",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"live": "elm-live src/Main.elm --proxy-prefix=/api --proxy-host=http://localhost:8080/api --open --start-page=resources/index.html -- --output=app.js --debug",
|
|
"build": "elm make src/Main.elm --optimize --output docs/app.js && cp -R resources/ docs/"
|
|
},
|
|
"devDependencies": {
|
|
"elm-live": "^4.0.2"
|
|
}
|
|
}
|