-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.06 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
{
"name": "form-content-service",
"version": "0.0.4",
"description": "Service to manage the instances created from semantic forms",
"main": "app.js",
"author": "redpencil.io",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.13.2",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.0"
},
"scripts": {
"lint:js": "eslint . --cache --ext .ts",
"lint:js:fix": "eslint . --cache --ext .ts --fix",
"release": "release-it",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@comunica/query-sparql": "^2.10.1",
"@lblod/mu-auth-sudo": "^0.6.1",
"body-parser": "^1.19.0",
"cron": "^1.8.2",
"crypto-js": "^4.0.0",
"express-promise-router": "^4.1.1",
"forking-store": "^2.1.1",
"fs-extra": "^9.0.1",
"lodash.groupby": "^4.6.0",
"lodash.uniq": "^4.5.0",
"moment": "^2.29.1",
"n3": "^1.17.2",
"rdflib": "^2.1.1",
"release-it": "^15.4.1",
"uuid": "^8.3.1"
}
}