-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
{
"name": "@aircodelabs/hydrogen",
"version": "0.7.0",
"description": "",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/AirCodeLabs/Hydrogen.git"
},
"bin": {
"run-aircode": "./bin/cli.js",
"deploy-aircode": "./bin/deploy.js"
},
"scripts": {
"dev": "cross-env AC_FAAS_ROOT=test AC_PORT=3000 EXPRIMENTAL_ROUTE=1 node bin/cli.js",
"deploy": "cross-env AC_FAAS_ROOT=test node bin/deploy.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.4.5",
"eslint": "^8.45.0"
},
"dependencies": {
"@koa/cors": "^4.0.0",
"chokidar": "^3.5.3",
"consola": "^3.2.3",
"cookie": "^0.5.0",
"cross-env": "^7.0.3",
"esbuild": "^0.18.15",
"koa": "^2.14.2",
"koa-body": "^6.0.1",
"koa-static": "^5.0.0",
"mime": "^3.0.0",
"module-alias": "^2.2.3",
"node-fetch": "^2.6.12",
"okeydb": "^0.1.1",
"open": "^8.4.2"
}
}