{ "name": "pl-api", "version": "1.0.0-rc.98", "homepage": "https://codeberg.org/mkljczk/nicolium/src/branch/develop/packages/pl-api", "bugs": { "url": "https://codeberg.org/mkljczk/nicolium/issues" }, "license": "AGPL-3.0-or-later", "repository": { "type": "git", "url": "git+https://codeberg.org/mkljczk/nicolium.git" }, "files": [ "dist" ], "type": "module", "module": "./dist/main.es.js", "types": "dist/main.d.ts", "scripts": { "dev": "vite", "build": "vite build", "watch": "vite build --watch", "preview": "vite preview", "lint": "oxlint", "fmt": "oxfmt", "fmt:check": "oxfmt --check", "precommit": "lint-staged", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage" }, "dependencies": { "blurhash": "^2.0.5", "http-link-header": "^1.1.3", "isows": "^1.0.7", "object-to-formdata": "^4.5.1", "query-string": "^9.3.1", "semver": "^7.7.4", "valibot": "^1.2.0" }, "devDependencies": { "@types/http-link-header": "^1.0.7", "@types/node": "^25.3.0", "@types/semver": "^7.7.1", "@vitest/coverage-v8": "4.0.18", "oxfmt": "^0.35.0", "oxlint": "^1.50.0", "typedoc": "^0.28.17", "typedoc-material-theme": "^1.4.1", "typedoc-plugin-valibot": "^1.0.0", "typescript": "^5.9.3", "vite": "^7.3.1", "vite-plugin-dts": "^4.5.4", "vitest": "^4.0.18", "ws": "^8.19.0" }, "lint-staged": { "*.{js,cjs,mjs,ts}": [ "oxlint", "oxfmt --check" ] } }