forked from imsyy/Meting-API
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 742 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 742 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": "meting-backend-js",
"version": "1.0.0",
"description": "",
"main": "node.js",
"scripts": {
"build:all": "node esbuild.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=18.0.0"
},
"type": "module",
"author": "xizeyoupan",
"license": "MIT",
"devDependencies": {
"esbuild-plugin-resolve": "^1.0.3",
"esbuild-plugin-text-replace": "^1.2.0"
},
"dependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@hono/node-server": "^0.2.4",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"esbuild": "0.17.5",
"hono": "^2.7.5",
"nanoid": "^4.0.0"
}
}