-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.86 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "westegg",
"version": "0.5.4",
"description": "The place where Gatsby lives.",
"main": "dist/index.js",
"license": "AGPL-3.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/gatsby-tv/westegg.git"
},
"bugs": {
"url": "https://github.com/gatsby-tv/westegg/issues"
},
"homepage": "https://github.com/gatsby-tv/westegg#readme",
"scripts": {
"types": "tsc --noEmit",
"format:check": "node ./scripts/format-check.js",
"format": "node ./scripts/format.js",
"build": "node ./scripts/build.js",
"start:dev": "node ./scripts/start.dev.js",
"start:staging": "node ./scripts/start.staging.js",
"start:prod": "node ./scripts/start.prod.js"
},
"workspaces": {
"packages": [
"packages/*"
]
},
"devDependencies": {
"@types/bcrypt": "^3.0.0",
"@types/busboy": "^0.2.3",
"@types/express": "^4.17.8",
"@types/express-serve-static-core": "^4.17.24",
"@types/jsonwebtoken": "^8.5.0",
"@types/node": "^16.4.10",
"@types/validator": "^13.1.0",
"concurrently": "^6.2.0",
"cross-env": "^7.0.3",
"dotenv-flow": "^3.2.0",
"ipfs-core-types": "^0.6.0",
"prettier": "^2.1.2",
"ts-node": "^9.0.0",
"tscpaths": "^0.0.9",
"ttypescript": "^1.5.12",
"typescript": "^4.3.5"
},
"dependencies": {
"@gatsby-tv/types": "workspace:packages/types",
"@sendgrid/mail": "^7.4.2",
"busboy": "^0.3.1",
"core-js": "^3.7.0",
"dotenv": "^8.2.0",
"encoding": "^0.1.13",
"express": "^5.0.0-alpha.8",
"express-winston": "^4.2.0",
"ipfs-http-client": "^51.0.0",
"jsonwebtoken": "^8.5.1",
"long": "^4.0.0",
"mongodb": "^4.0.1",
"mongoose": "^5.13.4",
"supports-color": "^9.0.2",
"ts-transformer-keys": "^0.4.3",
"validator": "^13.1.17",
"winston": "^3.3.3"
},
"packageManager": "[email protected]"
}