-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·56 lines (56 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
{
"name": "@lblod/lib-decision-validation",
"version": "1.0.42",
"publishConfig": {
"access": "public"
},
"description": "This module is used to validate publications in the context of the Flemish government.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "MIT",
"author": "Senne Bels <[email protected]> (https://sennebels.xyz)",
"contributors": [
"Lenny Bontenakel"
],
"files": [
"/dist"
],
"scripts": {
"build": "tsup",
"test": "jest",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"lint:fix": "tslint -p tsconfig.json --fix",
"prepublish": "tsc"
},
"keywords": [],
"include": [
"src/**/*"
],
"devDependencies": {
"@comunica/types": "^3.1.0",
"@types/jest": "^29.5.12",
"@types/jquery": "^3.5.29",
"esbuild": "^0.20.0",
"esbuild-plugin-tsc": "^0.4.0",
"http-request-mock": "^1.8.19",
"jest": "^29.7.0",
"npm-dts": "^1.3.12",
"prettier": "^3.2.5",
"rdf-js": "^4.0.2",
"ts-jest": "^29.1.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^5.3.3"
},
"dependencies": {
"@comunica/actor-http-proxy": "^3.0.3",
"@comunica/query-sparql": "^3.0.3",
"dom-serializer": "^2.0.0",
"domutils": "^3.1.0",
"html-dom-parser": "^5.0.8",
"@lblod/lib-decision-shapes": "^0.0.20",
"n3": "^1.17.3",
"tsup": "^8.0.2"
}
}