-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 987 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
{
"name": "corpus-tools-cooee",
"version": "1.0.0",
"description": "Converts metadata in spreadsheet for the COOEE corpus o RO-Crate",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Language-Research-Technology/corpus-tools-cooee.git"
},
"author": "Peter Sefton",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Language-Research-Technology/corpus-tools-cooee/issues"
},
"homepage": "https://github.com/Language-Research-Technology/corpus-tools-cooee#readme",
"dependencies": {
"@ldac/data-packs": "github:Language-Research-Technology/data-packs",
"commander": "^8.1.0",
"exceljs": "^4.3.0",
"fs-extra": "^10.0.0",
"language-data-commons-vocabs": "github:Language-Research-Technology/language-data-commons-vocabs",
"oni-ocfl": "github:Language-Research-Technology/oni-ocfl",
"xlsx": "^0.17.3"
}
}