bigbuffet-rw/packages/pl-api/package.json
dependabot[bot] dd5434e16e
build(deps-dev): bump eslint-plugin-compat in /packages/pl-api
Bumps [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat) from 4.2.0 to 6.0.1.
- [Release notes](https://github.com/amilajack/eslint-plugin-compat/releases)
- [Changelog](https://github.com/amilajack/eslint-plugin-compat/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amilajack/eslint-plugin-compat/compare/v4.2.0...v6.0.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-compat
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-22 13:19:38 +00:00

50 lines
1.5 KiB
JSON

{
"name": "pl-api",
"version": "0.0.36",
"type": "module",
"homepage": "https://github.com/mkljczk/pl-fe/tree/fork/packages/pl-api",
"repository": {
"type": "git",
"url": "https://github.com/mkljczk/pl-fe"
},
"bugs": {
"url": "https://github.com/mkljczk/pl-fe/issues"
},
"scripts": {
"dev": "vite",
"build": "tsc --p ./tsconfig-build.json && vite build",
"preview": "vite preview"
},
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@types/http-link-header": "^1.0.7",
"@types/lodash.pick": "^4.4.9",
"@types/node": "^20.14.12",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.49.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-compat": "^6.0.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-promise": "^6.0.0",
"typescript": "^5.2.2",
"vite": "^5.4.0",
"vite-plugin-dts": "^4.0.3"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"dependencies": {
"blurhash": "^2.0.5",
"http-link-header": "^1.1.3",
"lodash.pick": "^4.4.0",
"object-to-formdata": "^4.5.1",
"query-string": "^9.1.0",
"semver": "^7.6.3",
"zod": "^3.23.8"
},
"module": "./dist/main.es.js",
"types": "dist/main.d.ts",
"files": [
"dist"
]
}