-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 826 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 826 Bytes
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
{
"name": "@discord-card/bot",
"version": "1.1.0",
"description": "A Package that generates bot widgets for you",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "npx tsc --build --force",
"prepack": "npm run build",
"test": "jest",
"test:generate": "node ./test/generate",
"dev-release": "npm version prerelease --preid=dev"
},
"keywords": [
"discord",
"discord.js",
"canvas",
"node-canvas",
"bot",
"bot-card"
],
"author": "AKORA Studios",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/discord-card/bot.git"
},
"dependencies": {
"@discord-card/core": "^1.2.0",
"canvas": "^2.9.0",
"canvas-multiline-text": "^1.0.3"
},
"devDependencies": {
"@types/node": "^16.11.26"
}
}