generated from hansputera/node-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.48 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "demokrasikan",
"version": "0.0.1",
"description": "SMAN 3 Palu Demokrasikan's API",
"main": "./dist/index.js",
"scripts": {
"prepare": "node preinstall.js --max-old-space-size=10M",
"lint": "eslint \"src/**/*.ts\" --fix",
"build": "tsup",
"hook": "node hook.js --max-old-space-size=50M"
},
"type": "module",
"keywords": [
"project keywords"
],
"author": {
"name": "Hanif Dwy Putra S",
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"@swc/core": "^1.3.66",
"@types/bad-words": "^3.0.3",
"@types/node": "^20.3.2",
"@typescript-eslint/eslint-plugin": ">=5.57.0",
"@typescript-eslint/parser": ">=5.57.0",
"eslint": "^8.43.0",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-typescript": "^0.57.0",
"husky": "^8.0.0",
"is-ci": "^3.0.1",
"is-git-dirty": "^2.0.2",
"tsup": "^7.1.0",
"typescript": "^5.1.6"
},
"dependencies": {
"@fastify/cors": "^8.4.0",
"@fastify/rate-limit": "^8.0.3",
"@fastify/websocket": "^8.2.0",
"@napi-rs/canvas": "^0.1.44",
"bad-words": "^3.0.4",
"better-sqlite3": "^9.0.0",
"canvas-txt": "^4.1.1",
"consola": "^3.2.3",
"dayjs": "^1.11.10",
"desm": "^1.3.0",
"dotenv": "^16.3.1",
"envalid": "^8.0.0",
"fastify": "^4.24.0",
"fastify-healthcheck": "^4.4.0",
"instagram-private-api": "^1.45.3",
"instagram_mqtt": "^1.2.2",
"p-queue": "^7.4.1",
"quick.db": "^9.1.7"
}
}