2025-04-29 14:22:40 +01:00

45 lines
983 B
JSON

{
"name": "embed-table",
"version": "4.2.3",
"description": "Easily make nice looking text tables for Discord's embed fields and descriptions.",
"main": "dist/index.js",
"files": [
"dist/**/*"
],
"scripts": {
"build": "tsc",
"lint": "eslint --cache --fix",
"start": "npm run lint && npm run build && node .",
"check": "npm run lint && tsc --noEmit",
"prepack": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TreeFarmer/embed-table.git"
},
"keywords": [
"discord",
"discordjs",
"messageembed",
"table"
],
"author": {
"email": "contact@luyx.dev",
"name": "Luyx LLC",
"url": "https://luyx.dev"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/TreeFarmer/embed-table/issues"
},
"homepage": "https://embed-table.treefarmer.xyz",
"devDependencies": {
"@types/node": "^18.13.0",
"eslint": "^8.33.0",
"typedoc": "^0.23.24",
"typescript": "^4.9.5"
},
"directories": {
"doc": "docs"
}
}