halogen-websocket-ipc-playzone/package.json

16 lines
430 B
JSON
Raw Normal View History

2016-01-18 22:17:22 +01:00
{
"private": true,
"scripts": {
2017-02-28 01:31:13 +01:00
"build": "pulp build --to dist/app.js",
"watch": "pulp -w build --to dist/app.js",
"watch-fast": "webpack --mode=development --entry ./entry.js --output-path ./dist --output-filename app.js --progress --watch"
2016-01-18 22:17:22 +01:00
},
"devDependencies": {
"pulp": "^12.3.0",
"purescript": "^0.12.0",
"purescript-psa": "^0.7.2",
"webpack": "^4.16.2",
"webpack-cli": "^3.1.0"
2016-01-18 22:17:22 +01:00
}
}