espial/purs/package.json
2020-01-18 19:59:41 -06:00

19 lines
548 B
JSON

{
"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": {
"marked": "^0.7.0",
"moment": "^2.24.0",
"parcel-bundler": "^1.12.4",
"purescript": "^0.13.3",
"spago": "^0.10.0",
"terser": "^4.6.3"
},
"dependencies": {}
}