forked from PDIS/CastingWords
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 736 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 736 Bytes
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
{
"name": "CastingWords",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:peterlee0127/CastingWords.git",
"author": "peterlee <peterlee0127@gmail.com>",
"license": "MIT",
"scripts": {
"server": "node server.js",
"dev": "nodemon server.js"
},
"dependencies": {
"@koa/multer": "^3.0.0",
"axios": "^0.24.0",
"googleapis": "^39.2.0",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0",
"koa-ejs": "^4.3.0",
"koa-joi-router": "^8.0.0",
"koa-static": "^5.0.0",
"mailgun-js": "^0.22.0",
"moment": "^2.29.1",
"mongoose": "^6.0.13",
"multer": "^1.4.3",
"nodemon": "^2.0.14",
"pm2": "^5.2.0",
"puppeteer": "^13.5.2",
"uuid": "^8.3.2"
}
}