We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f806ae commit 9e3fa4fCopy full SHA for 9e3fa4f
package.json
@@ -16,11 +16,9 @@
16
"moment": "^2.24.0",
17
"morgan": "^1.9.1",
18
"nocache": "^2.0.0",
19
- "notatrix": "file:notatrix",
20
"request": "^2.88.0",
21
"socket.io": "^2.2.0",
22
"socket.io-cookie-parser": "^1.0.0",
23
- "sqlite3": "^4.0.6",
24
"tsify": "^5.0.4",
25
"underscore": "^1.9.1",
26
"uuid": "^3.3.2"
@@ -69,8 +67,6 @@
69
67
"scripts": {
70
68
"build": "gulp",
71
"build-watch": "gulp && gulp watch",
72
- "server": "ts-node src/server/app.ts",
73
- "dev-server": "nodemon src/server/app.ts --ignore corpora",
74
"test": "mocha -r ts-node/register --max-old-space-size=8192 test/notatrix/index.js",
75
"coverage": "nyc mocha -r ts-node/register --max-old-space-size=8192 test/notatrix/index.js"
76
},
0 commit comments