UNPKG

dbots

Version:

Discord bot list poster and stats retriever

79 lines (78 loc) 2.47 kB
{ "name": "dbots", "version": "12.0.0", "description": "Discord bot list poster and stats retriever", "main": "./lib/index.js", "types": "./lib/index.d.ts", "unpkg": "./webpack/dbots.min.js", "jsdelivr": "./webpack/dbots.min.js", "scripts": { "build": "([ ! -d \"lib/\" ] || rm -r lib/*) && npx tsc", "build:source": "npx ts-node scripts/list-index", "build:prepare": "[ -d \"lib/\" ] || npm run build", "changelog": "ts-node scripts/changelog && npm i --package-lock-only", "docs": "ts-node scripts/docs", "gpr": "ts-node scripts/gpr", "lint": "npx eslint --ext .ts ./src", "lint:fix": "npx eslint --ext .ts ./src --fix", "prepare": "npx husky && npm run build:prepare", "prepublishOnly": "([ -d \"lib/\" ] || (echo \"lib folder does not exist\" && exit 1)) && npm run lint:fix && npm run webpack", "test": "jest", "test:watch": "jest --watch", "test:cov": "jest --coverage", "webpack": "ts-node scripts/services-wp && cross-env NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider webpack && rm -r .tmp" }, "lint-staged": { "*.ts": "eslint --fix" }, "repository": { "type": "git", "url": "git+https://github.com/dbots-pkg/dbots.js.git" }, "keywords": [ "api", "discord", "discordapp", "discord bots", "discord bot", "wrapper" ], "author": "Snazzah", "license": "MIT", "bugs": { "url": "https://github.com/dbots-pkg/dbots.js/issues" }, "homepage": "https://dbots.js.org", "dependencies": { "axios": "^1.2.6", "promise.allsettled": "^1.0.2", "qs": "^6.11.0" }, "devDependencies": { "@discordjs/collection": "^1.0.0", "@types/jest": "^29.4.0", "@types/node": "^12.20.16", "@types/promise.allsettled": "^1.0.3", "@types/qs": "^6.9.7", "@typescript-eslint/eslint-plugin": "^6.5.0", "@typescript-eslint/parser": "^6.5.0", "cross-env": "^7.0.2", "eslint": "^8.48.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-jest": "^28.3.0", "eslint-plugin-prettier": "^5.0.0", "husky": "^9.0.7", "jest": "^29.4.1", "jsdoc-typeof-plugin": "^1.0.0", "lint-staged": "^15.2.0", "prettier": "^3.0.3", "terser-webpack-plugin": "^5.1.1", "ts-docgen": "github:dbots-pkg/ts-docgen#v2", "ts-jest": "^29.0.5", "ts-loader": "^9.0.0", "ts-node": "^10.0.0", "typescript": "^5.2.2", "webpack": "^5.88.2", "webpack-cli": "^5.1.4" } }