-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 998 Bytes
/
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
{
"name": "plotsystemapi",
"version": "1.0.2",
"description": "",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc --project tsconfig.json",
"start": "node dist/index.js",
"dev": "nodemon dist/index.js",
"docker": "docker build . -t buildtheearth/plotsystemapi"
},
"author": "",
"license": "ISC",
"dependencies": {
"@buildtheearth/bot-utils": "^1.2.0",
"@nestjs/common": "^9.2.1",
"@nestjs/core": "^9.2.1",
"@types/uuid": "^9.0.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"helmet": "^6.0.1",
"joi": "^17.7.0",
"json5": "^2.2.3",
"mariadb": "^3.0.2",
"progress": "^2.0.3",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"typescript": "^5.0.0-dev.20230117",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/progress": "^2.0.5",
"nodemon": "^3.0.1",
"ts-node": "^10.9.1"
}
}