-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 950 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
33
34
{
"name": "istex-ark",
"version": "2.13.0",
"description": "ARK identifiers for ISTEX documents",
"private": true,
"main": "index.js",
"scripts": {
"start": "node index.js",
"debug": "nodemon -V index.js",
"test": "mocha --exit",
"lint": "eslint --ext .js",
"insertversion": "sed -i \"s#\\(image: istex/istex-ark:\\)\\([\\.a-z0-9]\\+\\)#\\1${npm_package_version}#g\" docker-compose.yml",
"preversion": "npm run lint",
"version": "npm run insertversion && git add docker-compose.yml",
"postversion": "git push && git push --tags"
},
"dependencies": {
"async": "^2.2.0",
"body-parser": "^1.17.1",
"cors": "^2.8.1",
"debug": "^2.2.0",
"express": "^4.14.0",
"inist-ark": "^2.0.0",
"kuler": "0.0.0",
"redis": "^3.1.2"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^8.11.0",
"mocha": "^9.2.2",
"nodemon": "^2.0.15",
"superagent": "^3.5.2"
}
}