forked from neplextech/canvacord
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 KB
/
package.json
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
{
"name": "canvacord",
"description": "Generate images on-the-fly inside your node application",
"version": "6.0.0",
"main": "./dist/index.js",
"dependencies": {
"@napi-rs/canvas": "^0.1.41",
"@resvg/resvg-js": "^2.4.1",
"file-type": "16.5.4",
"satori": "^0.10.1"
},
"scripts": {
"format": "prettier --write \"./src/**/*.{js,ts,jsx,tsx}\"",
"build": "tsc",
"test": "tsx ./test/index.ts",
"test:jsx": "tsx ./test/jsxTest.tsx"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neplextech/canvacord.git"
},
"keywords": [
"canavcord",
"image",
"api",
"manipulation",
"nodejs",
"typescript"
],
"author": "Neplex",
"license": "MIT",
"bugs": {
"url": "https://github.com/neplextech/canvacord/issues"
},
"homepage": "https://github.com/neplextech/canvacord#readme",
"packageManager": "yarn@3.6.0",
"devDependencies": {
"@types/node": "^20.3.1",
"@types/react": "^18.2.12",
"prettier": "^2.8.8",
"tsx": "^3.12.7",
"typescript": "^5.1.3"
}
}