{
  "name": "manga-js-http-sdk",
  "version": "1.2.6",
  "description": "Client access  manga-js-server by http",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepublish": "rm -rf dist/ && npm run build",
    "build": "tsc",
    "test": "jest"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/state-machine-solutions/manga-js-http-sdk.git"
  },
  "keywords": [
    "manga",
    "http",
    "sdk",
    "memcache",
    "statemachine"
  ],
  "author": "Renato Miawaki",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/state-machine-solutions/manga-js-http-sdk/issues"
  },
  "homepage": "https://github.com/state-machine-solutions/manga-js-http-sdk#readme",
  "devDependencies": {
    "@jest/globals": "^29.5.0",
    "@types/jest": "^29.5.0",
    "@types/node": "^18.15.5",
    "jest": "^29.5.0",
    "ts-jest": "^29.0.5",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.2"
  },
  "dependencies": {
    "@types/axios": "^0.14.0",
    "axios": "^1.6.5"
  }
}