@quitscope/discord-welcomecard 0.2.0 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,69 +1,69 @@
1
- {
2
- "name": "@quitscope/discord-welcomecard",
3
- "version": "0.2.0",
4
- "description": "Render Discord welcome cards as static PNG or animated GIF from one builder.",
5
- "license": "MIT",
6
- "author": "QuitScope",
7
- "repository": {
8
- "type": "git",
9
- "url": "git+https://github.com/QuitScope/discord-welcomecard.git"
10
- },
11
- "homepage": "https://github.com/QuitScope/discord-welcomecard#readme",
12
- "bugs": "https://github.com/QuitScope/discord-welcomecard/issues",
13
- "keywords": [
14
- "discord",
15
- "discord.js",
16
- "welcome-card",
17
- "welcome",
18
- "canvas",
19
- "gif",
20
- "image-generation"
21
- ],
22
- "type": "module",
23
- "main": "./dist/index.cjs",
24
- "module": "./dist/index.js",
25
- "types": "./dist/index.d.ts",
26
- "exports": {
27
- ".": {
28
- "types": "./dist/index.d.ts",
29
- "import": "./dist/index.js",
30
- "require": "./dist/index.cjs"
31
- },
32
- "./discord": {
33
- "types": "./dist/discord.d.ts",
34
- "import": "./dist/discord.js",
35
- "require": "./dist/discord.cjs"
36
- }
37
- },
38
- "files": [
39
- "dist"
40
- ],
41
- "engines": {
42
- "node": ">=18"
43
- },
44
- "scripts": {
45
- "build": "tsup",
46
- "test": "vitest run",
47
- "test:watch": "vitest",
48
- "examples": "node scripts/render-examples.mjs",
49
- "prepublishOnly": "npm test && npm run build"
50
- },
51
- "dependencies": {
52
- "@napi-rs/canvas": "^0.1.65",
53
- "gifenc": "^1.0.3"
54
- },
55
- "peerDependencies": {
56
- "discord.js": "^14.0.0"
57
- },
58
- "peerDependenciesMeta": {
59
- "discord.js": {
60
- "optional": true
61
- }
62
- },
63
- "devDependencies": {
64
- "discord.js": "^14.16.0",
65
- "tsup": "^8.3.0",
66
- "typescript": "^5.6.0",
67
- "vitest": "^2.1.0"
68
- }
69
- }
1
+ {
2
+ "name": "@quitscope/discord-welcomecard",
3
+ "version": "0.2.2",
4
+ "description": "Render Discord welcome cards as static PNG or animated GIF from one builder.",
5
+ "license": "MIT",
6
+ "author": "QuitScope",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/QuitScope/discord-welcomecard.git"
10
+ },
11
+ "homepage": "https://github.com/QuitScope/discord-welcomecard#readme",
12
+ "bugs": "https://github.com/QuitScope/discord-welcomecard/issues",
13
+ "keywords": [
14
+ "discord",
15
+ "discord.js",
16
+ "welcome-card",
17
+ "welcome",
18
+ "canvas",
19
+ "gif",
20
+ "image-generation"
21
+ ],
22
+ "type": "module",
23
+ "main": "./dist/index.cjs",
24
+ "module": "./dist/index.js",
25
+ "types": "./dist/index.d.ts",
26
+ "exports": {
27
+ ".": {
28
+ "types": "./dist/index.d.ts",
29
+ "import": "./dist/index.js",
30
+ "require": "./dist/index.cjs"
31
+ },
32
+ "./discord": {
33
+ "types": "./dist/discord.d.ts",
34
+ "import": "./dist/discord.js",
35
+ "require": "./dist/discord.cjs"
36
+ }
37
+ },
38
+ "files": [
39
+ "dist"
40
+ ],
41
+ "engines": {
42
+ "node": ">=18"
43
+ },
44
+ "scripts": {
45
+ "build": "tsup",
46
+ "test": "vitest run",
47
+ "test:watch": "vitest",
48
+ "examples": "node scripts/render-examples.mjs",
49
+ "prepublishOnly": "npm test && npm run build"
50
+ },
51
+ "dependencies": {
52
+ "@napi-rs/canvas": "^0.1.65",
53
+ "gifenc": "^1.0.3"
54
+ },
55
+ "peerDependencies": {
56
+ "discord.js": "^14.0.0"
57
+ },
58
+ "peerDependenciesMeta": {
59
+ "discord.js": {
60
+ "optional": true
61
+ }
62
+ },
63
+ "devDependencies": {
64
+ "discord.js": "^14.16.0",
65
+ "tsup": "^8.3.0",
66
+ "typescript": "^5.6.0",
67
+ "vitest": "^2.1.0"
68
+ }
69
+ }