-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1020 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": "cloud-robot-services",
"version": "0.1.7",
"description": "Cloud Robot Services",
"main": "app/app.ts",
"scripts": {
"build": "tsc",
"dev": "nodemon app/app.ts",
"bundle": "ncc build app/app.ts -o dist"
},
"repository": {
"type": "git",
"url": "https://github.com/robolaunch/cloud-robot-services.git"
},
"author": "gokhangunduz",
"license": "ISC",
"bugs": {
"url": "https://github.com/robolaunch/cloud-robot-services/issues"
},
"homepage": "https://github.com/robolaunch/cloud-robot-services#readme",
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.10.5",
"@types/pg": "^8.10.9",
"express": "^4.18.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"axios": "^1.6.3",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"js-yaml": "^4.1.0",
"kafkajs": "^2.2.4",
"pg": "^8.11.3",
"yaml-to-json": "^0.3.0"
}
}