{
  "name": "@licht-77/dmm-sdk",
  "version": "1.1.1",
  "description": "DMM Affiliate API v3 SDK for Node.js/TypeScript",
  "main": "dist/cjs/index.js",
  "types": "dist/cjs/index.d.ts",
  "type": "commonjs",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "vitest run",
    "build": "rm -rf dist && tsc -p tsconfig.json",
    "prepare": "npm run build"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LiCHT-77/dmm-sdk"
  },
  "keywords": [
    "dmm",
    "affiliate",
    "api",
    "sdk"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/LiCHT-77/dmm-sdk/issues"
  },
  "homepage": "https://github.com/LiCHT-77/dmm-sdk#readme",
  "devDependencies": {
    "@types/node": "^22.14.1",
    "jest": "^29.7.0",
    "ts-jest": "^29.3.2",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "vite-tsconfig-paths": "^5.1.4",
    "vitest": "^3.1.3"
  }
}
