-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
65 lines (65 loc) · 2.03 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
65
{
"name": "cube-link",
"version": "0.2.2",
"private": true,
"description": "Cube Schema",
"type": "module",
"scripts": {
"build": "./build.sh",
"trifid": "trifid --verbose --config=trifid/config.json",
"trifid:local": "trifid --verbose --config=trifid/config.local.json",
"lint": "standard",
"test": "run-p --aggregate-output -cns \"test:* -- {@}\" --",
"test:observations": "sh ./test/check-observations.sh",
"test:basic-cube-constraint": "./test/check-metadata.sh basic-cube-constraint",
"test:standalone-cube-constraint": "./test/check-metadata.sh standalone-cube-constraint",
"test:standalone-constraint-constraint": "./test/check-metadata.sh standalone-constraint-constraint",
"test:profile-visualize": "./test/check-metadata.sh profile-visualize",
"test:profile-opendataswiss": "./test/check-metadata.sh profile-opendataswiss",
"test:profile-opendataswiss-lindas": "./test/check-metadata.sh profile-opendataswiss-lindas",
"release": "changeset tag"
},
"files": [
"validate.js",
"validation",
"bin",
"README.md"
],
"repository": {
"type": "git",
"url": "git://github.com/zazuko/cube-link.git"
},
"keywords": [
"cube",
"rdf",
"schema"
],
"author": "Thomas Bergwinkl <[email protected]> (https://www.bergnet.org/people/bergi/card#me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/zazuko/cube-link/issues"
},
"homepage": "https://github.com/zazuko/cube-link",
"dependencies": {
"node-fetch-cache": "^3.1.3",
"trifid": "^2.4.0"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@zazuko/shacl-test": "^0.1",
"approvals": "^6.2.2",
"barnard59": "^5.0.0",
"barnard59-base": "^2.4.2",
"barnard59-cube": "^1.4.2",
"barnard59-formats": "^2.1.0",
"barnard59-http": "^2.0.0",
"barnard59-sparql": "^2.3.0",
"chromium": "^3.0.3",
"npm-run-all": "^4.1.5",
"pm2": "^5.3.1",
"respec": "^35.0.0",
"serve": "^13.0.2",
"standard": "^14.3.4",
"ts-node": "^10.2.1"
}
}