{
  "name": "lantier",
  "version": "0.0.10",
  "description": "A lightweight couchdb client",
  "main": "dist/index.js",
  "author": "chmln",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/chmln/lantier.git"
  },
  "dependencies": {
    "requisition": "latest"
  },
  "typings": "dist/index.d.ts",
  "scripts": {
    "build": "tsc"
  },
  "devDependencies": {
    "typescript": "^4.7.3"
  }
}
