-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 849 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
{
"name": "@commutelive/root",
"description": "[Commute.live](https://commute.live) provides real-time tracking for buses, trains and ferries.",
"private": true,
"author": "Matt Moran",
"license": "GPL-3.0",
"keywords": [
"public",
"transport",
"commute",
"live",
"tracker"
],
"homepage": "https://github.com/DarkMatterMatt/commute.live#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/DarkMatterMatt/commute.live.git"
},
"bugs": {
"url": "https://github.com/DarkMatterMatt/commute.live/issues"
},
"workspaces": [
"packages/*"
],
"scripts": {
"prepare": "lerna bootstrap"
},
"dependencies": {},
"devDependencies": {
"lerna": "^6.4.1",
"nx": "^15.6.3"
}
}