-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.14 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
{
"name": "my-micro-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest -o --detectOpenHandles --forceExit",
"start": "micro",
"dev": "micro-dev",
"tsdev": "npx tsnd ./index.ts",
"build": "ncc build index.ts"
},
"author": "Johny.Li <johny.li@selmit.com>",
"license": "ISC",
"dependencies": {
"apollo-server-micro": "^2.3.1",
"bcrypt": "^3.0.2",
"boom": "^7.3.0",
"dotenv": "^6.2.0",
"express-fileupload": "^1.0.0",
"express-graphql": "^0.7.1",
"find-my-way": "^1.17.0",
"graphql": "^14.0.2",
"graphql-jit": "0.0.6",
"hoek": "^6.1.2",
"ioredis": "^4.3.0",
"joi": "^14.3.1",
"jsonwebtoken": "^8.4.0",
"knex": "^0.16.3",
"lru-cache": "^5.1.1",
"micro": "^9.3.3",
"minio": "^7.0.2",
"pg": "^7.7.1",
"subtext": "^6.0.11",
"wreck": "^14.1.3"
},
"devDependencies": {
"benchmark": "^2.1.4",
"form-data": "^2.3.3",
"jest": "^24.0.0",
"micro-dev": "^3.0.0",
"microtime": "^2.1.8",
"r2": "^2.0.1",
"test-listen": "^1.1.0",
"ts-node-dev": "^1.0.0-pre.32",
"typescript": "^3.2.2"
}
}