canvofy
Version:
canvofy
47 lines (46 loc) • 925 B
JSON
{
"name": "canvofy",
"version": "7.0.9",
"description": "canvofy",
"main": "main.js",
"types": "./typings/main.d.ts",
"keywords": [
"canvacord",
"discanvas",
"canvofy"
],
"scripts": {
"test": "node ./test/main",
"start": "node ./test/main",
"types": "tsc"
},
"author": {
"name": "xRosee",
"url": "https://github.com/"
},
"license": "GPL-3.0",
"funding": {
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/"
},
"bugs": {
"url": "https://github.com/"
},
"homepage": "https://bit.ly/",
"dependencies": {
"@napi-rs/canvas": "^0.1.40",
"canvas": "^2.11.2",
"dayjs": "^1.11.2",
"fs": "^0.0.1-security",
"node-fetch": "^3.3.1",
"path": "^0.12.7"
},
"devDependencies": {
"@types/node": "^20.4.5",
"typescript": "^5.1.6"
}
}