-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.05 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.05 KB
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
{
"name": "forge.perms",
"version": "1.0.2",
"description": "",
"main": "dist/index.js",
"keywords": [
"forgescript",
"tryforge"
],
"author": "LynnuxDev",
"license": "ZLIB",
"scripts": {
"docgen": "tsc && typedoc src/index.ts && node dist/docgen",
"test": "tsc && node dist/__tests__/",
"build": "tsc",
"release": "npx commit-and-tag-version"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@tryforge/forge.db": "github:tryforge/forgedb",
"@tryforge/forgescript": "^1.4.0",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.4",
"commit-and-tag-version": "^12.5.0",
"jest": "^29.7.0",
"typescript": "^5.6.2"
},
"compilerOptions": {
"types": [
"jest"
]
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LynnuxDev/forge.perms.git"
},
"types": "./dist/index.d.ts",
"bugs": {
"url": "https://github.com/LynnuxDev/forge.perms/issues"
},
"homepage": "https://github.com/LynnuxDev/forge.perms#readme"
}