-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
22 lines (22 loc) · 867 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
{
"name": "lod-mp3-mirror",
"version": "0.0.1",
"description": "Mirror of the audio data of the \"Lëtzebuerger Online Dictionnaire\" (LOD).",
"main": "index.js",
"scripts": {
"prestart": "rm -fr *-lod-opendata",
"start": "npx lod-audio",
"poststart" : "version=\"$(basename $(find . -type d -name '*-lod-opendata' -print -quit))\" && git tag \"$version\" --force && git add -A && git commit -m \"$version\" && git push --tag --force"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robertoentringer/lod-mp3-mirror.git"
},
"keywords": [],
"author": "Roberto Entringer <r.entringer@gmail.com> (https://robertoentringer.dev/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/robertoentringer/lod-mp3-mirror/issues"
},
"homepage": "https://github.com/robertoentringer/lod-mp3-mirror#readme"
}