|
|
|
@ -8,7 +8,8 @@
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"homepage": "https://github.com/kern/filepizza",
|
|
|
|
"homepage": "https://github.com/kern/filepizza",
|
|
|
|
"scripts": {
|
|
|
|
"scripts": {
|
|
|
|
"start": "node ./dist/index.js",
|
|
|
|
"start": "babel-node ./src/index.js",
|
|
|
|
|
|
|
|
"start:prod": "node ./dist/index.js",
|
|
|
|
"build": "babel src --ignore __tests__,__mocks__ --out-dir dist && webpack -p ./src/client && rm -rf dist/static && cp -R src/static dist/static"
|
|
|
|
"build": "babel src --ignore __tests__,__mocks__ --out-dir dist && webpack -p ./src/client && rm -rf dist/static && cp -R src/static dist/static"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"repository": {
|
|
|
|
|