-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 870 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
{
"name": "vault-triplifier",
"version": "0.4.5",
"type": "module",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --recursive"
},
"dependencies": {
"docs-and-graphs": "^0.2.4",
"glob": "^10.3.14",
"grapoi": "^1.1.2",
"rdf-ext": "^2.5.1"
},
"devDependencies": {
"@rdfjs-elements/formats-pretty": "^0.6.7",
"get-stream": "^9.0.1",
"expect": "^29.7.0",
"expect-mocha-snapshot": "^2.1.5",
"mocha": "^10.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cristianvasquez/vault-triplifier.git"
},
"keywords": [
"markdown",
"rdf"
],
"author": "Cristian Vasquez",
"license": "MIT",
"bugs": {
"url": "https://github.com/cristianvasquez/vault-triplifier/issues"
},
"homepage": "https://github.com/cristianvasquez/vault-triplifier#readme"
}