{
  "name": "rajaongkir",
  "version": "1.0.10",
  "description": "the client library for Rajaongkir API",
  "main": "index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "mocha",
    "build": "tsc -p tsconfig.build.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gusmanwidodo/rajaongkir-js.git"
  },
  "keywords": [
    "rajaongkir",
    "nodejs",
    "typescript"
  ],
  "author": "Gusman Widodo <gusmanwidodo@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gusmanwidodo/rajaongkir-js/issues"
  },
  "homepage": "https://github.com/gusmanwidodo/rajaongkir-js#readme",
  "devDependencies": {
    "@types/chai": "^4.3.16",
    "@types/mocha": "^10.0.6",
    "@types/node": "^20.12.12",
    "assert": "^2.1.0",
    "chai": "^4.4.1",
    "cross-env": "^7.0.3",
    "mocha": "^10.4.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.5"
  }
}
