{ "name": "espial", "private": true, "scripts": { "make-install": "make install", "make-watch": "inotifywait -m -r -q -e close_write --format '%T %w%f' --timefmt '%T' src | while read FILE; do echo $FILE; make; done", "parcel-build": "parcel build dist/bundle.js --out-file dist/app.min.js --public-url /static/js/" }, "devDependencies": { "parcel-bundler": "^1.11.0", "purescript": "^0.12.1", "purescript-spago": "^0.6.2", "terser": "^3.14.1" }, "dependencies": { "marked": "^0.6.0", "moment": "^2.24.0" } }