-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.22 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.22 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"_args": [
[
"git+https://github.com/RedMCME/canvacord.git",
"C:\\Users\\camah\\Desktop\\hybrid"
]
],
"_from": "git+https://github.com/RedMCME/canvacord.git",
"_id": "canvacord@git+https://github.com/RedMCME/canvacord.git#253a3ce229e9baf2590c8fd56b23bb7e0c405b94",
"_inBundle": false,
"_integrity": "",
"_location": "/canvacord",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "git+https://github.com/RedMCME/canvacord.git",
"rawSpec": "git+https://github.com/RedMCME/canvacord.git",
"saveSpec": "git+https://github.com/RedMCME/canvacord.git",
"fetchSpec": "https://github.com/RedMCME/canvacord.git",
"gitCommittish": null
},
"_requiredBy": [
"/"
],
"_resolved": "git+https://github.com/RedMCME/canvacord.git#253a3ce229e9baf2590c8fd56b23bb7e0c405b94",
"_spec": "git+https://github.com/RedMCME/canvacord.git",
"_where": "C:\\Users\\camah\\Desktop\\hybrid",
"author": {
"name": "Snowflake107"
},
"bugs": {
"url": "https://github.com/DevSnowflake/Canvacord/issues"
},
"dependencies": {
"@canvacord/assets": "^1.0.0",
"canvas": "^2.6.1",
"gifencoder": "^2.0.1",
"moment": "^2.29.0",
"moment-duration-format": "^2.3.2",
"node-canvas-with-twemoji-and-discord-emoji": "^1.1.4"
},
"deprecated": false,
"description": "Powerful image manipulation package for beginners.",
"devDependencies": {
"@types/node": "^14.11.2",
"captcha-canvas": "^2.2.1",
"discord-canvas": "github:snowflake107/discord-canvas",
"discord.js-docgen": "github:discordjs/docgen"
},
"funding": {
"type": "individual",
"url": "https://paypal.me/devsnowflake"
},
"homepage": "https://canvacord.js.org",
"keywords": [
"canvacord",
"canvas",
"image",
"manipulation",
"easy",
"simple",
"fast",
"api"
],
"license": "GPL-3.0",
"main": "index.js",
"name": "canvacord",
"repository": {
"type": "git",
"url": "git+https://github.com/DevSnowflake/Canvacord.git"
},
"scripts": {
"docs": "docgen --source src --custom docs/index.yml --output docs/docs.json",
"docs:test": "docgen --source src --custom docs/index.yml",
"test": "cd test && node ."
},
"version": "5.0.8"
}