-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.21 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@quenk/backend",
"version": "0.5.9",
"description": "Server side APIs and utils used by QT",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha $(find test -name *_test.ts) --",
"lint": "make lint",
"build": "make"
},
"files": [
"lib"
],
"author": "Lasana Murray <[email protected]> (http://quenk.com/)",
"license": "Apache-2.0",
"dependencies": {
"@quenk/noni": "^1.47.2",
"@quenk/noni-mongodb": "^1.0.0",
"@quenk/preconditions": "^5.6.0",
"@quenk/search-filters": "^2.8.0",
"@quenk/search-filters-mongodb": "^1.2.1",
"@quenk/tendril": "^0.44.0",
"@quenk/wml": "^2.13.1",
"bcryptjs": "^2.4.3",
"connect-mongo": "^5.0.0",
"mongodb": "^5.1.0"
},
"devDependencies": {
"@quenk/test": "^2.5.0",
"@types/bcryptjs": "^2.4.2",
"@types/express-session": "^1.17.7",
"@types/mocha": "^10.0.1",
"@types/morgan": "^1.9.3",
"@types/node": "^18.13.0",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"mocha": "^10.2.0",
"prettier": "^2.8.4",
"ts-node": "^10.9.1",
"typescript": "^4.8.2"
}
}