@discord-additions/components
Version:
Some helpful additions to make creating components easier.
43 lines (42 loc) • 1.24 kB
JSON
{
"name": "@discord-additions/components",
"version": "1.0.7",
"description": "Some helpful additions to make creating components easier.",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"prepublishOnly": "npm run build",
"build": "rm -rf build && tsc && npm run fix-js && echo Build Finished",
"fix-js": "sed -i '/__exportStar(require(\".\\/util\\/types\"), exports);/d' build/index.js && cp src/util/types.d.ts build/util",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DiscordAdditions/Components.git"
},
"keywords": [
"eris",
"discord.js",
"components",
"additions",
"discord",
"discord-additions"
],
"author": "Donovan Daniels <hewwo@yiff.rocks>",
"license": "MIT",
"bugs": {
"url": "https://github.com/DiscordAdditions/Components/issues"
},
"homepage": "https://github.com/DiscordAdditions/Components#readme",
"dependencies": {
"discord-api-types": "^0.33.0"
},
"devDependencies": {
"@types/node": "^17.0.34",
"@uwu-codes/eslint-config": "^1.0.43",
"@uwu-codes/tsconfig": "^1.0.1"
},
"publishConfig": {
"access": "public"
}
}