{
"name": "playground",
"version": "1.0.0",
"private": true,
"description": "A playground for the Play programming language",
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html --no-source-maps",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Robin Heggelund Hansen",
"license": "MIT",
"devDependencies": {
"elm": "^0.19.1-3",
"elm-format": "^0.8.4",
"elm-hot": "^1.1.5",
"node-elm-compiler": "^5.0.5",
"parcel": "^1.12.4",
"wabt": "^1.0.19"
},
"browserslist": [
"last 1 Chrome version"
]
}