{ "name": "elm-spa", "version": "1.0.0", "description": "> a barebones example app made with ryannhg/elm-app", "main": "index.js", "scripts": { "dev": "parcel example/index.html", "build": "parcel build example/index.html" }, "bin": "./cli/index.js", "keywords": [], "author": "", "license": "ISC", "devDependencies": { "elm": "0.19.1-3", "elm-hot": "^1.1.2", "node-elm-compiler": "^5.0.4", "parcel-bundler": "^1.12.4" } }