-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.11 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": "growth-be",
"version": "1.0.0",
"description": "Backbone for Growth Platform",
"main": "app.js",
"repository": "https://github.com/Arcucy/Growth-BE.git",
"author": "Ayaka Neko <[email protected]>",
"license": "MIT",
"private": true,
"dependencies": {
"@elastic/elasticsearch": "^7.10.0",
"arweave": "^1.10.0",
"axios": "^0.21.1",
"base64-js": "^1.5.1",
"egg": "^2.29.1",
"egg-cors": "^2.2.3",
"egg-multipart": "^2.10.3",
"egg-mysql": "^3.0.0",
"egg-redis": "^2.4.0",
"egg-scripts": "^2.13.0",
"file-type": "^16.1.0",
"form-data": "^3.0.0",
"js-crypto-rsa": "^1.0.0",
"js-zip": "^1.0.1",
"jwt-simple": "^0.5.6",
"moment": "^2.29.1"
},
"devDependencies": {
"egg-bin": "^4.15.0",
"egg-ci": "^1.18.0",
"egg-mock": "^4.0.1",
"eslint": "^7.16.0",
"eslint-config-egg": "^9.0.0"
},
"scripts": {
"start": "egg-scripts start --port=7653 --daemon --title=growth-be",
"serve": "egg-scripts start ",
"stop": "egg-scripts stop --title=egg-server-example",
"dev": "egg-bin dev",
"debug": "egg-bin debug"
}
}