-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.03 KB
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
{
"name": "gps-simulator",
"version": "1.0.0",
"description": "API REST pour simuler le déplacement d'un mobile sur un itinéraire (TypeScript)",
"main": "dist/server.js",
"scripts": {
"build": "npx tsc",
"start": "nodemon dist/server.js",
"dev": "npm run build && npm run start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KUROYUKIHIME333/GPS-SIMULATOR.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/KUROYUKIHIME333/GPS-SIMULATOR/issues"
},
"homepage": "https://github.com/KUROYUKIHIME333/GPS-SIMULATOR#readme",
"dependencies": {
"@mapbox/polyline": "^1.2.1",
"axios": "^1.10.0",
"dotenv": "^17.2.0",
"express": "^5.1.0",
"nodemon": "^3.1.10",
"uuid": "^11.1.0"
},
"devDependencies": {
"@types/axios": "^0.9.36",
"@types/express": "^5.0.3",
"@types/mapbox__polyline": "^1.0.5",
"@types/node": "^24.0.15",
"@types/uuid": "^10.0.0",
"typescript": "^5.8.3"
}
}