-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.01 KB
/
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": "manajemen-kelas",
"version": "1.0.0",
"description": "Bot manajemen kelas dengan Web API",
"main": "index.js",
"scripts": {
"build": "tsup",
"lint": "eslint \"src/**/*.ts\" --fix"
},
"keywords": [],
"author": "Hanif Dwy Putra S <hanifdwyputrasembiring@gmail.com>",
"license": "Apache-2.0",
"devDependencies": {
"@types/node": "^20.11.17",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-typescript": "^1.0.1",
"prisma": "^5.9.1",
"tsup": "^7.2.0",
"typescript": "^5.3.3"
},
"dependencies": {
"@hono/node-server": "^1.7.0",
"@prisma/client": "5.3.1",
"axios": "^1.6.7",
"consola": "^3.2.3",
"croner": "^7.0.5",
"dotenv": "^16.4.4",
"gampang": "^2.2.1",
"hono": "^3.12.12",
"jimp": "^0.22.10",
"node-xlsx": "^0.23.0",
"ntp-time-sync": "^0.3.1",
"pretty-bytes": "^5.6.0",
"zod": "^3.22.4"
}
}