-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.07 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
40
41
{
"name": "aegis",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/0xYurii/Aegis.git"
},
"keywords": [],
"author": "Younes Hebaiche",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/0xYurii/Aegis/issues"
},
"homepage": "https://github.com/0xYurii/Aegis#readme",
"dependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/jsonwebtoken": "^9.0.10",
"axios": "^1.16.1",
"cors": "^2.8.6",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"ioredis": "^5.10.1",
"jsonwebtoken": "^9.0.3",
"nodemon": "^3.1.14",
"uuid": "^14.0.0"
},
"devDependencies": {
"@types/node": "^25.9.1",
"@types/uuid": "^10.0.0",
"ts-node": "^10.9.2",
"typescript": "^6.0.3"
}
}