-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.14 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
{
"name": "@zazuko/ssz-views",
"version": "0.2.6",
"description": "SSZ Views",
"type": "module",
"main": "index.js",
"scripts": {
"test": "standard",
"start": "dotenv -c dev -- npm run serve",
"serve": "node server.js",
"release": "changeset publish"
},
"author": "Thomas Bergwinkl <bergi@axolotlfarm.org> (https://www.bergnet.org/people/bergi/card#me)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/zazuko/ssz-views.git"
},
"bugs": {
"url": "https://github.com/zazuko/ssz-views/issues"
},
"homepage": "https://github.com/zazuko/ssz-views",
"dependencies": {
"@rdfjs/express-handler": "^1.2.2",
"@rdfjs/namespace": "^2.0.0",
"absolute-url": "^1.2.2",
"clownface": "^1.2.0",
"commander": "^7.0.0",
"express": "^4.18.2",
"line-stream": "^1.0.0",
"morgan": "^1.10.0",
"rdf-cube-view-query": "^1.11.2",
"rdf-ext": "^2.2.0",
"rdf-utils-fs": "^2.1.0",
"readable-stream": ">=3.6.0",
"sparql-http-client": "^2.2.2"
},
"devDependencies": {
"@changesets/cli": "^2.26.0",
"dotenv-cli": "^6.0.0",
"standard": "^16.0.3"
}
}