-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1009 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
29
30
31
32
{
"name": "@cu-mkp/editioncrafter-cli",
"version": "1.0.2",
"description": "This is the command line tool to take a TEI XML file and turn it into a IIIF Manifest and the necessary Web Annotations to display the text in EditionCrafter.",
"homepage": "https://cu-mkp.github.io/editioncrafter/",
"main": "src/index.js",
"bin": {
"editioncrafter": "./editioncrafter"
},
"repository": "https://github.com/cu-mkp/editioncrafter-cli.git",
"author": "Nick Laiacona <[email protected]>",
"license": "MIT",
"scripts": {
"start": "genversion version.js && node_modules/.bin/http-server -c-1 -p 8080 --cors"
},
"dependencies": {
"@ungap/structured-clone": "^1.2.0",
"axios": "^1.4.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"genversion": "^3.2.0",
"jsdom": "^21.1.0",
"prettier": "^2.8.8"
},
"devDependencies": {
"http-server": "^14.1.1"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}