-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 918 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 918 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
{
"name": "@tryforge/forge.giveaways",
"version": "1.1.0",
"description": "ForgeGiveaways is a lightweight, flexible, and reliable extension for managing giveaways. Fully customizable features let you automate, track, and control every giveaway seamlessly.",
"main": "dist/index.js",
"scripts": {
"docgen": "tsc && typedoc src/index.ts && node dist/docgen",
"commit": "npm run docgen && node dist/commit",
"test": "tsc && node dist/__tests__/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tryforge/ForgeGiveaways.git"
},
"keywords": [],
"author": "itsnicky.",
"license": "GPL-3.0",
"devDependencies": {
"@tryforge/forge.db": "^2.1.1",
"@tryforge/forgescript": "^2.5.0",
"discord.js": "^14.25.0",
"typedoc": "^0.26.11",
"typescript": "^5.6.3"
},
"dependencies": {
"tiny-typed-emitter": "^2.1.0",
"typeorm": "^0.3.27"
}
}