-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.11 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
{
"name": "oni-ocfl",
"version": "1.4.0",
"description": "Oni ocfl tools",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "tests"
},
"scripts": {
"test": "node_modules/jest/bin/jest.js --runInBand",
"build:docs": "node_modules/.bin/jsdoc2md -f 'lib/*.js' -c jsdoc.json > docs.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Arkisto-Platform/oni-ocfl.git"
},
"keywords": [
"Oni",
"OCFL"
],
"author": "Moises Sacal",
"license": "GPL-2.0-only",
"bugs": {
"url": "https://github.com/Arkisto-Platform/oni-ocfl/issues"
},
"homepage": "https://github.com/Arkisto-Platform/oni-ocfl#readme",
"devDependencies": {
"chai": "^4.3.6",
"clean-jsdoc-theme": "^4.2.4",
"dotenv": "^10.0.0",
"jest": "^27.3.1",
"jsdoc": "^4.0.0",
"jsdoc-to-markdown": "^8.0.0"
},
"dependencies": {
"@ocfl/ocfl-fs": "^0.2.0",
"commander": "^8.3.0",
"fs-extra": "^10.0.0",
"hasha": "^5.2.2",
"lodash": "^4.17.21",
"ro-crate": "^3.2.1",
"shelljs": "^0.8.5",
"tmp": "^0.2.1",
"winston": "^3.3.3"
}
}