-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.32 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
{
"name": "enketo-validate-webapp",
"version": "2.0.0",
"description": "A web interface for the Enketo and ODK XForm validators",
"main": "index.js",
"scripts": {
"start": "node .",
"test": "npm run style-check",
"style-fix": "eslint *.js src/**/*.js public/**/*.js --fix",
"style-check": "eslint *.js src/**/*.js public/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/enketo/enketo-validate-webapp.git"
},
"resolutions": {
"nan": "^2.17.0",
"libxslt/nan": "^2.17.0",
"node1-libxmljsmt-myh/nan": "^2.17.0"
},
"keywords": [
"Enketo",
"ODK",
"XForm",
"validator"
],
"author": "Martijn van de Rijdt",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/enketo/enketo-validate-webapp/issues"
},
"homepage": "https://github.com/enketo/enketo-validate-webapp#readme",
"dependencies": {
"connect": "^3.7.0",
"connect-busboy": "1.0.0",
"enketo-validate": "^4.0.0",
"serve-static": "^1.15.0",
"tmp": "^0.2.1"
},
"devDependencies": {
"eslint": "^8.52.0"
},
"ODK validate jar": "ODK-Validate-v1.18.0.jar",
"volta": {
"node": "20.5.1",
"yarn": "1.22.19"
}
}