...
|
...
|
@@ -12,6 +12,8 @@ |
|
|
"dev": "node_modules/.bin/nodemon -e js,hbs -i public/ app.js",
|
|
|
"online": "NODE_ENV=\"production\" node app.js",
|
|
|
"debug": "DEBUG=\"express:*\" node app.js",
|
|
|
"lint-js": "./node_modules/.bin/eslint -c .eslintrc --cache --fix .",
|
|
|
"lint-css": "./node_modules/.bin/stylelint --config .stylelintrc public/**/*.css",
|
|
|
"precommit": "node lint.js"
|
|
|
},
|
|
|
"license": "MIT",
|
...
|
...
|
|