forked from UTS-eResearch/ro-crate-excel
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.19 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
48
49
50
51
52
53
54
{
"name": "ro-crate-excel",
"version": "1.0.20",
"description": "Utilities for converting RO-Crates to Spreadsheet format for data entry and vice versa",
"main": "index.js",
"bin": {
"xlro": "rocxl",
"rocxl": "rocxl"
},
"scripts": {
"test": "npx mocha"
},
"engines": {
"npm": ">=8.0.0",
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UTS-eResearch/ro-crate-excel.git"
},
"author": "Peter Sefton",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/UTS-eResearch/ro-crate-excel/issues"
},
"homepage": "https://github.com/UTS-eResearch/ro-crate-excel#readme",
"dependencies": {
"commander": "^12.1.0",
"exceljs": "^4.3.0",
"fast-csv": "^4.3.6",
"fs-extra": "^11.1.1",
"hasha": "^5.2.0",
"jsonld": "^8.2.0",
"lodash": "^4.17.19",
"n-readlines": "^1.0.1",
"neat-csv": "^6.0.1",
"path": "^0.12.7",
"ro-crate": "^3.3.2",
"ro-crate-html": "*",
"shell": "^0.8.6",
"shelljs": "^0.8.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"chai": "4.5.0",
"mocha": "^10.2.0"
},
"files": [
"index.js",
"rocxl",
"defaults",
"lib"
]
}