-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
47 lines (47 loc) · 1.09 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": "ro-crate-excel",
"version": "1.0.13",
"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": {
"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": "*",
"mocha": "^10.2.0"
}
}