-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 898 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
{
"name": "fav_your-team-soccer-matches",
"version": "1.0.0",
"description": "Bitbar plugin for viewing your favorite soccer team's upcoming matches and recent scores.",
"main": "index.js",
"scripts": {
"test": "echo 'No tests yet 😢'",
"dev": "parcel build index.js --out-dir ./temp --target node --bundle-node-modules --no-cache --no-source-maps --no-minify --detailed-report && ./postDevBuild.sh",
"build": "parcel build index.js --out-dir ./temp --target node --no-source-maps --no-minify --detailed-report && ./postProdBuild.sh"
},
"keywords": [
"soccer",
"bitbar",
"team",
"matches",
"premier",
"league",
"epl",
"world",
"cup",
"pl"
],
"author": "Taylor Sturtz",
"license": "MIT",
"dependencies": {
"bitbar": "^1.3.1",
"date-fns": "^2.14.0",
"node-fetch": "^2.6.1",
"parcel-bundler": "^1.12.4"
}
}