-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.24 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.24 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
46
47
48
49
50
51
52
{
"name": "@tryforge/forge.canvas",
"version": "1.3.0",
"description": "A ForgeScript extension allowing you to create and edit images with ease.",
"main": "dist/index.js",
"author": "lordex",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/tryforge/ForgeCanvas/issues"
},
"homepage": "https://github.com/tryforge/ForgeCanvas#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/tryforge/ForgeCanvas.git"
},
"keywords": [
"forgescript",
"botforge",
"forge",
"canvas",
"image",
"png",
"jpeg",
"gif"
],
"author": "lordex",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/tryforge/ForgeCanvas/issues"
},
"homepage": "https://github.com/tryforge/ForgeCanvas#readme",
"devDependencies": {
"@tryforge/forgescript": "^2.2.0",
"@types/node": "^22.13.5",
"typedoc": "^0.26.11",
"typescript": "^5.7.3"
},
"dependencies": {
"@gifsx/gifsx": "^1.0.15",
"@napi-rs/canvas": "0.1.96"
},
"devDependencies": {
"@swc/cli": "^0.8.0",
"@tryforge/forgescript": "^2.6.0",
"@types/node": "^25.5.0",
"typedoc": "^0.28.17",
"typescript": "^5.9.3"
},
"peerDependencies": {
"@tryforge/forgescript": "^2"
}
}