-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 972 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
{
"name": "rdf-utils-fs",
"version": "3.0.0",
"description": "RDF/JS file system utils",
"type": "module",
"main": "index.js",
"scripts": {
"coverage": "codecov",
"test": "stricter-standard && c8 --reporter=lcov --reporter=text-summary mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/rdf-ext/rdf-utils-fs.git"
},
"keywords": [
"rdf",
"rdfjs",
"fs",
"utils"
],
"author": "Thomas Bergwinkl <[email protected]> (https://www.bergnet.org/people/bergi/card#me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rdf-ext/rdf-utils-fs/issues"
},
"homepage": "https://github.com/rdf-ext/rdf-utils-fs",
"dependencies": {
"@rdfjs/formats-common": "^3.1.0",
"readable-stream": "^4.4.2"
},
"devDependencies": {
"c8": "^10.1.2",
"is-stream": "^4.0.1",
"mocha": "^10.2.0",
"rdf-ext": "^2.4.0",
"shelljs": "^0.8.5",
"stricter-standard": "^0.3.0"
}
}