{
  "name": "@chez14/mal-api-lite",
  "version": "2.0.0-rc",
  "description": "MyAnimeList API client, Lite Version",
  "keywords": [
    "myanimelist",
    "myanimelist-api",
    "api",
    "lite"
  ],
  "author": "Chris Qiang <chris@christianto.net>",
  "homepage": "https://gitlab.com/net.christianto/deps/node-mal-api/tree/master/packages/mal-api-lite#readme",
  "license": "MIT",
  "type": "module",
  "types": "./build/index.d.ts",
  "main": "./build/index.js",
  "exports": {
    ".": {
      "types": "./build/index.d.ts",
      "import": "./build/index.js",
      "require": "./build/index.cjs"
    },
    "./*": {
      "types": "./build/*.d.ts",
      "import": "./build/*.js",
      "require": "./build/*.cjs"
    }
  },
  "engines": {
    "node": ">=16"
  },
  "files": [
    "src",
    "build"
  ],
  "scripts": {
    "build": "tsup-node",
    "build:watch": "tsup-node -w"
  },
  "bugs": {
    "url": "https://gitlab.com/net.christianto/deps/node-mal-api/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/net.christianto/deps/node-mal-api.git"
  },
  "dependencies": {
    "got": "^11.8.0 || ^13.0.0"
  },
  "devDependencies": {
    "nock": "*",
    "ts-transform-define": "*",
    "tsup": "*",
    "vitest": "*"
  }
}
