-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 886 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 886 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
31
32
{
"name": "wexagonal",
"version": "0.0.0",
"description": "A Powerful and Useful Hexo Manager with Multi Platform and Serverless",
"main": "package.json",
"scripts": {
"build:cfworker": "npx webpack --config ./build/CloudFlareWorker.config.js",
"run:vercel": "npx vercel -p 4000",
"run:heroku": "node ./api/node.js",
"run:node": "node ./api/node.js",
"dev:localdb": "node ./dev/Simple_HTTP_JSON_DB_API.js"
},
"author": "",
"type": "module",
"license": "ISC",
"devDependencies": {
"@vercel/node": "^1.13.0",
"pkg": "^5.5.2",
"webpack": "^5.69.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"aws-sdk": "^2.1097.0",
"crypto-js": "^4.1.1",
"js-base64": "^3.7.2",
"js-yaml": "^4.1.0",
"jsrsasign": "^10.5.14",
"mongodb": "^4.4.0",
"node-fetch": "^3.2.3"
}
}