-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 947 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 947 Bytes
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
{
"name": "odd-api",
"version": "0.8.0",
"description": "This is a small exist-db app which makes the ODD structures of an MEI or TEI document available through a REST api",
"type": "module",
"main": "index.js",
"scripts": {
"build": "./node_modules/.bin/gulp del dist",
"build-for-tests": "./node_modules/.bin/gulp del dist-with-tests",
"clean": "./node_modules/.bin/gulp del",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"TEI",
"MEI",
"ODD"
],
"author": "Johannes Kepper",
"license": "AGPL-3.0",
"dependencies": {
"@existdb/gulp-exist": "^5.0.0",
"@redocly/cli": "^2.20.2",
"dateformat": "^5.0.0",
"del": "^8.0.0",
"git-rev-sync": "^3",
"gulp": "^5.0.0",
"gulp-cli": "^3.0.0",
"gulp-newer": "^1.4.0",
"gulp-replace": "^1.1.3",
"gulp-zip": "^6.0.0"
},
"overrides": {
"js-yaml": "4.1.1",
"minimatch": "^5.1.8"
}
}