guilded.ts
Version:
A powerful NPM module that allows you to easily interact with the Guilded API.
38 lines • 850 B
JSON
{
"name": "guilded.ts",
"version": "0.20.2",
"description": "A powerful NPM module that allows you to easily interact with the Guilded API.",
"repository": {
"url": "guildedts/guilded.ts",
"directory": "packages/guilded.ts"
},
"homepage": "https://guildedts.js.org",
"main": "dist",
"files": [
"CHANGELOG.md",
"dist"
],
"keywords": [
"guilded",
"api",
"js",
"ts",
"typings"
],
"contributors": [
"Danielius | Gamertike (https://gamertike.com)"
],
"license": "Apache-2.0",
"dependencies": {
"@discordjs/collection": "^1.2.0",
"@guildedts/builders": "^0.2.10",
"@guildedts/rest": "^0.14.4",
"@guildedts/ws": "^0.5.0",
"guilded-api-typings": "^0.13.2"
},
"scripts": {
"build": "pnpm clear && tsc",
"clear": "rimraf dist",
"lint": "eslint src"
}
}