forked from getodk/central-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.42 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "odk-central",
"version": "0.1.0",
"private": true,
"engines": {
"node": "16"
},
"volta": {
"node": "16.19.1"
},
"dependencies": {
"@sentry/node": "~7",
"archiver": "~5",
"bcrypt": "~5",
"body-parser": "~1.20",
"cli": "~1",
"cloneable-readable": "~2",
"config": "~1.31",
"csv-parse": "~4",
"csv-stringify": "~5",
"digest-stream": "~2",
"entities": "~2",
"express": "~4.18",
"express-graceful-exit": "~0.5",
"fast-myers-diff": "~3",
"form-data": "~4",
"htmlparser2": "~3.9",
"knex": "~0.21",
"luxon": "~0.3",
"morgan": "~1.9",
"multer": "^1.4.5-lts.1",
"mustache": "~2.3",
"nodemailer": "~6",
"odata-v4-parser": "~0.1",
"pg": "~8",
"pg-query-stream": "~4",
"pm2": "^5.2.2",
"prompt": "~1",
"ramda": "~0",
"sanitize-filename": "~1",
"slonik": "npm:@getodk/[email protected]",
"slonik-sql-tag-raw": "1.0.3",
"tmp-promise": "~3",
"uuid": "~3",
"yauzl": "~2.10"
},
"devDependencies": {
"@sinonjs/fake-timers": "^9.1.2",
"app-root-path": "~2",
"eslint": "~7",
"eslint-config-airbnb-base": "~14",
"eslint-plugin-import": "~2.25",
"mocha": "~10",
"nock": "~12",
"node-mocks-http": "~1.6",
"nodemon": "^2.0.22",
"nyc": "~15",
"semver": "^7.3.7",
"should": "~13",
"streamtest": "~1.2",
"supertest": "^6.3.3",
"tmp": "~0.2"
}
}