-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 834 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 834 Bytes
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
{
"name": "api-template",
"version": "1.0.0",
"description": "API TEMPLATE",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.ts",
"scripts": {
"start": "ts-node index.ts",
"dev": "nodemon -e ts -x \"ts-node index.ts --dev\""
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/express": "^5.0.5",
"@types/microseconds": "^0.2.2",
"@types/node": "^24.10.1",
"@types/ws": "^8.18.1",
"eslint": "^9.39.1",
"globals": "^16.5.0",
"nodemon": "^3.1.11",
"ts-node": "^10.9.2",
"typescript-eslint": "^8.48.0",
"axios": "^1.13.2",
"colors": "^1.4.0",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"internal-ip": "^9.0.0",
"microseconds": "^0.2.0",
"node-cron": "^4.2.1",
"wildcard-match": "^5.1.4",
"ws": "^8.19.0"
}
}