espial/purs/package.json
2024-02-09 23:44:01 +01: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": "^1.1.0",
"moment": "^2.26.0",
"parcel-bundler": "^1.12.4",
"purescript": "^0.13.8",
"spago": "^0.15.2",
"terser": "^4.7.0"
},
"dependencies": {}
}