-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
53 lines (53 loc) · 1.43 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
{
"name": "vscode-stories-api",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "tsc",
"start": "node dist/index.js",
"dev": "ts-node-dev --files src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/storage": "^5.7.2",
"@octokit/rest": "^18.0.12",
"@types/cors": "^2.8.8",
"@types/express": "^4.17.8",
"@types/express-rate-limit": "^5.1.0",
"@types/is-url": "^1.2.28",
"@types/is-uuid": "^1.0.0",
"@types/jsonwebtoken": "^8.5.0",
"@types/koa": "^2.11.6",
"@types/koa-bodyparser": "^4.3.0",
"@types/koa-helmet": "^6.0.1",
"@types/koa-ratelimit": "^4.2.2",
"@types/koa__cors": "^3.0.2",
"@types/koa__router": "^8.0.3",
"@types/lru-cache": "^5.1.0",
"@types/memory-cache": "^0.2.1",
"@types/node": "^14.14.2",
"@types/passport-github": "^1.1.5",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv-safe": "^8.2.0",
"express": "^4.17.1",
"express-rate-limit": "^5.1.3",
"http-errors": "^1.8.0",
"is-url": "^1.2.4",
"is-uuid": "^1.0.2",
"jsonwebtoken": "^8.5.1",
"lru-cache": "^6.0.0",
"memory-cache": "^0.2.0",
"passport": "^0.4.1",
"passport-github": "^1.1.0",
"pg": "^8.4.1",
"reflect-metadata": "^0.1.13",
"ts-node": "^9.0.0",
"ts-node-dev": "^1.0.0",
"typeorm": "^0.2.28",
"typescript": "^4.0.5"
}
}