chore: dev env cleanup package.json
This commit is contained in:
parent
c9591d637d
commit
252e4f16d6
1 changed files with 1 additions and 3 deletions
|
@ -39,7 +39,6 @@
|
||||||
"express": "^4.14.1",
|
"express": "^4.14.1",
|
||||||
"express-session": "^1.18.0",
|
"express-session": "^1.18.0",
|
||||||
"express-socket.io-session": "^1.3.5",
|
"express-socket.io-session": "^1.3.5",
|
||||||
"fs": "0.0.1-security",
|
|
||||||
"read-config-ng": "~3.0.7",
|
"read-config-ng": "~3.0.7",
|
||||||
"socket.io": "~2.2.0",
|
"socket.io": "~2.2.0",
|
||||||
"ssh2": "~0.8.9",
|
"ssh2": "~0.8.9",
|
||||||
|
@ -49,8 +48,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node index.js",
|
"start": "node index.js",
|
||||||
"watch": "node_modules/.bin/nodemon index.js",
|
"watch": "node_modules/.bin/nodemon index.js",
|
||||||
"standard": "standard --verbose --fix | snazzy",
|
"standard": "standard --verbose --fix | snazzy"
|
||||||
"cleanmac": "find . -name '.DS_Store' -type f -delete"
|
|
||||||
},
|
},
|
||||||
"standard": {
|
"standard": {
|
||||||
"ignore": [
|
"ignore": [
|
||||||
|
|
Loading…
Reference in a new issue