{
  "name": "nekobot-api",
  "version": "2.1.0",
  "description": "NekoBot API wrapper for Node.js",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "build": "tsc",
    "lint": "eslint --ignore-path .gitignore \"**/*.ts\"",
    "lint:fix": "yarn lint --fix",
    "test": "yarn lint && yarn build",
    "release": "standard-version",
    "docs": "typedoc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Allvaa/nekobot-api.git"
  },
  "keywords": [
    "api",
    "neko",
    "nekobot",
    "nsfw",
    "images",
    "anime",
    "discord"
  ],
  "author": "Allvaa",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Allvaa/nekobot-api/issues"
  },
  "homepage": "https://github.com/Allvaa/nekobot-api#readme",
  "devDependencies": {
    "@types/node": "^14.11.8",
    "@typescript-eslint/eslint-plugin": "^4.4.1",
    "@typescript-eslint/parser": "^4.4.1",
    "eslint": "^7.11.0",
    "standard-version": "^9.0.0",
    "typedoc": "^0.19.2",
    "typescript": "^4.0.3"
  }
}
