guilded
Version:
A Node.js library for the Guilded.gg (https://www.guilded.gg/) API written in TypeScript, usable in either JavaScript or TypeScript projects.
54 lines (53 loc) • 1.52 kB
JSON
{
"name": "guilded",
"version": "1.2.3",
"description": "A Node.js library for the Guilded.gg (https://www.guilded.gg/) API written in TypeScript, usable in either JavaScript or TypeScript projects.",
"types": "types/index.d.ts",
"main": "dist/index.js",
"author": "zaid450 <nico.03727+github@gmail.com>",
"homepage": "https://github.com/lnfernal/guilded.js/tree/main/packages/guilded.js#readme",
"license": "MIT",
"scripts": {
"test": "cd ../../ && npm run build && cd packages/guilded.js && node ./__tests__/index.js",
"build": "tsc",
"prepublishOnly": "npx rimraf dist/ && npx rimraf types/ && npm run build"
},
"files": [
"dist",
"types"
],
"keywords": [
"guildedjs",
"guilded.js",
"guilded.gg",
"guilded-api",
"guilded"
],
"devDependencies": {
"@guildedjs/guilded-api-typings": "^1.1.0",
"@types/node": "^14.14.9",
"@types/node-fetch": "^2.5.8",
"@types/ws": "^7.4.0",
"typescript": "^3.9.7"
},
"dependencies": {
"@guildedjs/common": "^1.0.0",
"@guildedjs/embeds": "^1.0.0",
"@guildedjs/webhook-client": "^1.0.0",
"@discordjs/collection": "^0.1.6",
"node-fetch": "^2.6.1",
"ws": "^7.4.0"
},
"directories": {
"lib": "lib",
"test": "__tests__"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lnfernal/guilded.js.git"
},
"bugs": {
"url": "https://github.com/lnfernal/guilded.js/issues"
},
"gitHead": "aadbfe42f11f843b76ca1df14ebb72d6ef6adf62"
}