-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 942 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
{
"name": "aktive",
"version": "1.0.0",
"main": "src/index.ts",
"scripts": {
"start": "bun .",
"dev": "bun --watch .",
"lint": "biome ci ."
},
"keywords": [],
"author": "Kerollos Magdy <contact@kerolloz.dev>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/kerolloz/aktive.git"
},
"bugs": {
"url": "https://github.com/kerolloz/aktive/issues"
},
"homepage": "https://github.com/kerolloz/aktive#readme",
"description": "",
"dependencies": {
"@fastify/swagger": "^8.14.0",
"@fastify/swagger-ui": "^3.0.0",
"axios": "^1.7.2",
"badge-maker": "^3.3.1",
"fastify": "^4.27.0",
"fastify-type-provider-zod": "^1.2.0",
"ordinal": "^1.0.3",
"yamljs": "^0.3.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"@types/bun": "latest",
"@types/yamljs": "^0.2.34",
"typescript": "^5.4.5"
}
}