-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.01 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
34
35
36
37
38
39
{
"name": "fleet-of-the-faithful-knights",
"version": "1.0.0",
"description": "Fleet of the Faithful Knights Monorepo",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/kashw2/Fleet-of-the-Faithful-Knights.git"
},
"author": "Keanu Ashwell",
"bugs": {
"url": "https://github.com/kashw2/Fleet-of-the-Faithful-Knights/issues"
},
"homepage": "https://github.com/kashw2/Fleet-of-the-Faithful-Knights#readme",
"workspaces": [
"./",
"./api",
"./libs/*",
"./onboarding",
"./panel"
],
"devDependencies": {
"lerna": "8.1.8",
"assert-browserify": "2.0.0",
"browserify-zlib": "0.2.0",
"os-browserify": "0.3.0",
"querystring-browser": "1.0.4",
"stream-browserify": "3.0.0",
"tty-browserify": "0.0.1",
"url-browser": "0.1.7",
"util-browser": "0.0.2",
"tslint": "6.1.3",
"@istanbuljs/nyc-config-typescript": "1.0.2",
"run-p": "0.0.0",
"npm-run-all": "4.1.5",
"ts-node": "10.9.2",
"nodemon": "3.1.7"
}
}