{
  "name": "modrinthjs",
  "version": "2.0.7",
  "description": "A type safe Modrinth implementation.",
  "main": "./dist/src/index.js",
  "sideEffects": false,
  "publishConfig": {
    "access": "public",
    "main": "./dist/src/index.js"
  },
  "scripts": {
    "test": "node test.js",
    "prepublishOnly": "tsc ",
    "start": "npm run build && node dist/test.js",
    "doc": "typedoc src/index.ts --out docs --json docs/description.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/refactorinqq/ModrinthJS.git"
  },
  "keywords": [
    "modrinth",
    "api"
  ],
  "files": [
    "./dist/**/*.js",
    "./dist/**/*.d.ts",
    "package.json"
  ],
  "author": "refactoring",
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/refactorinqq/ModrinthJS/issues"
  },
  "homepage": "https://github.com/refactorinqq/ModrinthJS#readme",
  "devDependencies": {
    "esbuild": "^0.19.11",
    "modrinthjs": "^1.0.3",
    "rollup": "^4.9.5",
    "ts-node": "^10.9.2",
    "tsdoc-markdown": "^0.1.0",
    "typedoc": "^0.25.7",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "axios": "^1.6.5",
    "rollup-plugin-dts": "^6.1.0"
  }
}
