-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.32 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
{
"name": "corpus-tools-farms-to-freeways",
"version": "2.0.0",
"description": "Script to convert the RO-Crate generated by exporting the Farms To Freeways dataset from Omeka into a text-corpus in the structure expected by the Australian Text Analytics Platform repository",
"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-farms-to-freeways.git"
},
"author": "Peter Sefton",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Language-Research-Technology/corpus-tools-farms-to-freeways/issues"
},
"homepage": "https://github.com/Language-Research-Technology/corpus-tools-farms-to-freeways#readme",
"dependencies": {
"@ldac/data-packs": "github:Language-Research-Technology/data-packs",
"@opendocsg/pdf2md": "git+https://github.com/opendocsg/pdf2md.git",
"commander": "^8.2.0",
"fs-extra": "^10.0.0",
"language-data-commons-vocabs": "github:Language-Research-Technology/language-data-commons-vocabs.git",
"lodash": "^4.17.21",
"oni-ocfl": "github:Language-Research-Technology/oni-ocfl",
"pdf-to-json": "^0.1.0",
"pdf2json": "^3.0.3",
"pdf2md": "^1.0.2",
"pdfjs-dist": "^2.10.377",
"tmp": "^0.2.1"
}
}