-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 863 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": "TraewellingWidget",
"version": "1.2.0",
"description": "An iOS widget for Scriptable, which shows your stats about your latest train rides checked in via Traewelling.",
"main": "TraewellingWidget.js",
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tiuub/traewelling-widget.git"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/tiuub"
},
"keywords": [
"scriptable",
"traewelling",
"train",
"ice"
],
"author": "tiuub",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/tiuub/traewelling-widget/issues"
},
"homepage": "https://github.com/tiuub/traewelling-widget#readme",
"devDependencies": {
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
}