-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 963 Bytes
/
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
{
"name": "housemd",
"version": "0.1.3",
"description": "House, M.D. RDF dataset",
"type": "module",
"main": "index.js",
"scripts": {
"build": "node build.js",
"test": "stricter-standard"
},
"repository": {
"type": "git",
"url": "https://github.com/rdf-ext/housemd.git"
},
"keywords": [
"house",
"housemd",
"rdf",
"rdfjs",
"rdf-ext"
],
"author": "Thomas Bergwinkl <[email protected]> (https://www.bergnet.org/people/bergi/card#me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rdf-ext/housemd/issues"
},
"homepage": "https://github.com/rdf-ext/housemd",
"devDependencies": {
"@rdfjs/serializer-rdfjs": "^0.1.3",
"glob": "^11.0.0",
"mkdirp": "^3.0.1",
"rdf-ext": "^2.5.1",
"rdf-utils-fs": "^3.0.0",
"simple-git-hooks": "^2.11.1",
"stricter-standard": "^0.3.1"
},
"simple-git-hooks": {
"pre-commit": "npm run build && git add dist/*"
}
}