-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.37 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
{
"name": "forge.quirks",
"version": "1.3.0",
"description": "A quirky extension for the out-of-the-box thinkers. Add small but powerful tweaks to forgescript and fill in those niche gaps for a more personalized experience.",
"main": "dist/index.js",
"scripts": {
"docgen": "tsc && typedoc src/index.ts && node dist/docgen",
"release": "npx commit-and-tag-version",
"test": "tsc && node dist/__tests__/"
},
"keywords": [
"forgescript",
"tryforge"
],
"author": "LynnuxDev",
"license": "GPL",
"dependencies": {
"discord.js": "^14.17.2",
"pidusage": "^3.0.2",
"systeminformation": "^5.23.24"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@tryforge/forge.db": "^2.0.9",
"@tryforge/forgescript": "github:tryforge/forgescript",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.4",
"@types/pidusage": "^2.0.5",
"commit-and-tag-version": "^12.5.0",
"jest": "^29.7.0",
"typedoc": "^0.26.7",
"typescript": "^5.6.2"
},
"compilerOptions": {
"types": [
"jest"
]
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LynnuxDev/forge.quirks.git"
},
"types": "./dist/index.d.ts",
"bugs": {
"url": "https://github.com/LynnuxDev/forge.quirks/issues"
},
"homepage": "https://github.com/LynnuxDev/forge.quirks#readme"
}