Skip to content

Commit 1f806ae

Browse files
committed
how it was
1 parent a03e976 commit 1f806ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@
1616
"moment": "^2.24.0",
1717
"morgan": "^1.9.1",
1818
"nocache": "^2.0.0",
19+
"notatrix": "file:notatrix",
1920
"request": "^2.88.0",
2021
"socket.io": "^2.2.0",
2122
"socket.io-cookie-parser": "^1.0.0",
23+
"sqlite3": "^4.0.6",
2224
"tsify": "^5.0.4",
2325
"underscore": "^1.9.1",
2426
"uuid": "^3.3.2"
@@ -67,6 +69,8 @@
6769
"scripts": {
6870
"build": "gulp",
6971
"build-watch": "gulp && gulp watch",
72+
"server": "ts-node src/server/app.ts",
73+
"dev-server": "nodemon src/server/app.ts --ignore corpora",
7074
"test": "mocha -r ts-node/register --max-old-space-size=8192 test/notatrix/index.js",
7175
"coverage": "nyc mocha -r ts-node/register --max-old-space-size=8192 test/notatrix/index.js"
7276
},

0 commit comments

Comments
 (0)