-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.07 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": "istex-qid-ttl",
"version": "1.0.0",
"description": "[ezmaster](https://github.com/Inist-CNRS/ezmaster) app used to auto upgrade an ezmaster application/instance",
"scripts": {
"serve": "http-server -p 3000",
"cron": "node crontab.js",
"start": "npm-run-all --parallel cron serve",
"insertversion:makefile": "cross-var sed -i \"s#\\( istex/istex-qid-ttl:\\)\\([\\.a-z0-9]\\+\\)#\\1$npm_package_version#g\" Makefile",
"version": "npm run insertversion:makefile && git add Makefile",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/niederle/istex-qid-ttl.git"
},
"license": "Cecill-B",
"bugs": {
"url": "https://github.com/niederle/istex-qid-ttl/issues"
},
"homepage": "https://github.com/niederle/istex-qid-ttl#readme",
"dependencies": {
"async": "^3.2.0",
"dateformat": "^3.0.3",
"got": "^11.7.0",
"http-server": "^0.12.3",
"node-schedule": "^1.3.2",
"npm-run-all": "^4.1.5"
},
"devDependencies": {
"cross-var": "^1.1.0"
}
}