{
    "name": "@ibaraki-douji/pixivts",
    "version": "3.2.0",
    "description": "A TypeScript/JavaScript SDK for the Pixiv API, providing easy access to illustrations, novels, user data, and more.",
    "main": "lib/index.js",
    "types": "lib/index.d.ts",
    "scripts": {
        "build": "tsc",
        "start": "tsc && node ./lib/main.js",
        "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage --silent=false",
        "prettier": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"",
        "lint": "eslint \"src/**/*.ts\" \"tests/**/*.ts\" --fix"
    },
    "keywords": [
        "pixiv",
        "typescript",
        "javascript",
        "api",
        "api-client",
        "pixiv-app",
        "pixiv-app-api",
        "pixiv-api"
    ],
    "author": {
        "name": "Ibaraki Douji",
        "email": "ibaraki@ibaraki.app",
        "url": "https://ibaraki.app"
    },
    "license": "ISC",
    "type": "commonjs",
    "dependencies": {
        "node-fetch": "^3.3.2",
        "tslib": "^2.8.1"
    },
    "devDependencies": {
        "@eslint/js": "^9.39.2",
        "@ibaraki/jest-reporter": "^0.0.3",
        "@types/dotenv": "^8.2.3",
        "@types/jest": "^30.0.0",
        "@types/node": "^25.0.3",
        "@types/node-fetch": "^2.6.13",
        "dotenv": "^17.2.3",
        "eslint": "^9.39.2",
        "eslint-config-prettier": "^10.1.8",
        "eslint-formatter-gitlab": "^7.0.1",
        "eslint-plugin-prettier": "^5.5.4",
        "globals": "^16.5.0",
        "jest": "^30.2.0",
        "jiti": "^2.6.1",
        "prettier": "^3.7.4",
        "ts-jest": "^29.4.6",
        "typescript": "^5.9.3",
        "typescript-eslint": "^8.50.1"
    },
    "publishConfig": {
        "@scraping:registry": "https://gitlab.ibaraki.app/api/v4/projects/65/packages/npm/",
        "@ibaraki-douji:registry": "https://registry.npmjs.org/",
        "access": "public"
    },
    "repository": {
        "type": "git",
        "url": "https://gitlab.ibaraki.app/scraping/pixiv.git"
    },
    "files": [
        "lib",
        "README.md",
        "package.json",
        ".npmrc"
    ]
}
