UNPKG

purrbot-api

Version:

The official API wrapper for the Purrbot.site API 100% API Coverage 100% Type-Script coverage

51 lines (50 loc) 1.41 kB
{ "name": "purrbot-api", "version": "1.5.1", "description": "The official API wrapper for the Purrbot.site API\n100% API Coverage\n100% Type-Script coverage", "main": "./dist/index.js", "types": "dist/index.d.ts", "type": "module", "scripts": { "build": "pnpm tsc", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/Larsundso/purrbot-api.git" }, "keywords": [ "purr", "purrbot", "purr-image", "wrapper", "api" ], "author": "Lars_und_so", "license": "MIT", "bugs": { "url": "https://github.com/Larsundso/purrbot-api/issues" }, "homepage": "https://github.com/Larsundso/purrbot-api#readme", "devDependencies": { "@babel/eslint-parser": "^7.27.5", "@babel/eslint-plugin": "^7.27.1", "@jest/globals": "^30.0.1", "@types/jest": "^30.0.0", "@types/mocha": "^10.0.10", "@types/node": "^24.0.3", "@typescript-eslint/eslint-plugin": "^8.34.1", "@typescript-eslint/parser": "^8.34.1", "eslint": "^9.29.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^10.1.5", "eslint-import-resolver-typescript": "^4.4.3", "eslint-plugin-import": "^2.31.0", "eslint-plugin-json": "^4.0.1", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-prettier": "^5.5.0", "jest": "^30.0.1", "prettier": "^3.5.3", "ts-jest": "^29.4.0" } }