-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1010 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1010 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
35
36
37
38
39
40
{
"name": "parrot",
"version": "2.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"dev": "NODE_ENV=development tsx watch src/index.ts",
"build": "tsc && tsc-alias",
"prod": "NODE_ENV=production node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dictionarry-Hub/parrot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/Dictionarry-Hub/parrot/issues"
},
"homepage": "https://github.com/Dictionarry-Hub/parrot#readme",
"dependencies": {
"@hono/node-server": "^1.19.6",
"better-sqlite3": "^12.6.2",
"discord.js": "^14.25.1",
"dotenv": "^17.2.3",
"hono": "^4.10.7",
"yaml": "^2.8.2"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^24.10.1",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.16",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}