espial/purs/package.json
2019-08-28 16:45:54 -05:00

17 lines
495 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.3",
"terser": "^4.0.0"
},
"dependencies": {}
}