UNPKG

@imgproxy/imgproxy-js-core

Version:

imgproxy-js-core package is designed to be used as part of framework-specific packages and plugins.

61 lines (60 loc) 1.94 kB
{ "name": "@imgproxy/imgproxy-js-core", "version": "1.8.0", "description": "imgproxy-js-core package is designed to be used as part of framework-specific packages and plugins.", "keywords": [ "imgproxy", "url-builder", "image optimization", "image processing", "typescript" ], "homepage": "https://imgproxy.net/", "repository": { "type": "git", "url": "https://github.com/imgproxy/imgproxy-js-core" }, "bugs": { "url": "https://github.com/imgproxy/imgproxy-js-core/issues" }, "main": "./dist/imgproxy-js-core.cjs", "module": "./dist/imgproxy-js-core.mjs", "exports": { ".": { "types": "./dist/imgproxy-js-core.d.ts", "require": "./dist/imgproxy-js-core.cjs", "import": "./dist/imgproxy-js-core.mjs" } }, "license": "MIT", "types": "./dist/imgproxy-js-core.d.ts", "scripts": { "dev": "vite --host", "build": "rimraf dist && tsc && vite build && dts-bundle-generator --config ./dts-bundle-generator.config.ts", "test": "vitest", "check-types": "tsc --noEmit", "test:coverage": "vitest --coverage", "lint": "eslint . --ext .ts", "format": "prettier . --write", "prepare": "husky install && husky set .husky/pre-commit 'npx lint-staged' && git add .husky/pre-commit", "publish-patch": "npm version patch && git push && npm run build && npm publish --access public", "changesets": "npx @changesets/cli" }, "devDependencies": { "@changesets/cli": "^2.27.12", "@types/node": "^20.4.9", "@typescript-eslint/eslint-plugin": "^8.24.1", "@typescript-eslint/parser": "^8.24.1", "dts-bundle-generator": "^9.5.1", "eslint": "^9.21.0", "eslint-config-prettier": "^10.0.1", "eslint-plugin-prettier": "^5.0.0", "husky": "^8.0.3", "lint-staged": "^13.2.3", "prettier": "^3.0.1", "rimraf": "^5.0.1", "typescript": "^5.7.3", "vite": "^6.1.1", "vitest": "^3.0.6" } }