{
  "name": "mediawiki-api-axios",
  "version": "1.3.4",
  "description": "The library provides the out of box accessing to MediaWiki API in both browsers & Node.js, and the syntax is very similar to vanilla `new mw.Api()`. TypeScript definition included~",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "dist",
    "lib"
  ],
  "unpkg": "dist/index.js",
  "jsdelivr": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/moegirlwiki/mediawiki-api-axios.git"
  },
  "keywords": [
    "mediawiki",
    "wikipedia",
    "mediawiki-api",
    "mediawiki-bot",
    "browser",
    "node",
    "api-wrapper",
    "typescript",
    "axios"
  ],
  "author": "Dragon-Fish <dragon-fish@qq.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/moegirlwiki/mediawiki-api-axios/issues"
  },
  "homepage": "https://github.com/moegirlwiki/mediawiki-api-axios#readme",
  "dependencies": {
    "@vue/reactivity": "^3.2.47",
    "axios": "^1.3.4"
  },
  "devDependencies": {
    "@types/chai": "^4.3.4",
    "@types/chai-as-promised": "^7.1.5",
    "@types/mocha": "^10.0.1",
    "@types/node": "^18.15.11",
    "chai": "^4.3.7",
    "chai-as-promised": "^7.1.1",
    "esbuild-register": "^3.4.2",
    "mocha": "^10.2.0",
    "rimraf": "^4.4.1",
    "ts-mocha": "^10.0.0",
    "tslib": "^2.5.0",
    "tsup": "^6.7.0",
    "tsx": "^3.12.6",
    "typescript": "^5.0.3",
    "vite": "^4.2.1",
    "vite-plugin-dts": "^2.1.0"
  },
  "scripts": {
    "test": "mocha test/**/*.spec.ts",
    "clean": "rimraf dist lib",
    "build": "npm run clean && tsc --module commonjs && vite build",
    "prepublish": "npm run build"
  }
}