@clxrity/zip
Version:
A React zip utility library
82 lines (81 loc) • 1.84 kB
JSON
{
"name": "@clxrity/zip",
"version": "0.1.2",
"description": "A React zip utility library",
"private": false,
"type": "module",
"exports": {
"./client": {
"import": "./dist/client/index.js",
"types": "./dist/client/index.d.ts"
},
"./server": {
"import": "./dist/server/index.js",
"types": "./dist/server/index.d.ts"
}
},
"files": [
"dist",
"package.json"
],
"packageManager": "pnpm@10.10.0",
"scripts": {
"latest": "pnpm up --latest",
"build": "tsup --config tsup.config.ts",
"clean": "rm -rf dist && rm -rf .turbo",
"test": "vitest",
"coverage": "vitest run --coverage",
"lint": "eslint . --max-warnings 0",
"ci": "pnpm lint && pnpm test && pnpm coverage && pnpm build",
"types": "tsc --emitDeclarationOnly --declaration --project tsconfig.json"
},
"keywords": [
"zip",
"react",
"utility",
"library",
"compression",
"compress",
"nextjs",
"typescript",
"javascript",
"web",
"frontend",
"npm",
"package",
"vite",
"upload",
"component"
],
"author": {
"name": "MJ Anglin",
"email": "contact@mjanglin.com",
"url": "https://mjanglin.com"
},
"license": "MIT",
"devDependencies": {
"@testing-library/react": "^16.3.0",
"@types/adm-zip": "^0.5.7",
"@types/react": "19.1.6",
"@vitejs/plugin-react": "^4.5.0",
"@vitest/coverage-v8": "^3.1.4",
"@zip/eslint-config": "workspace:*",
"@zip/typescript-config": "workspace:*",
"eslint": "^9.27.0",
"jsdom": "^26.1.0",
"tsup": "^8.5.0",
"typescript": "^5.8.3",
"vitest": "^3.1.4"
},
"peerDependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"dependencies": {
"adm-zip": "^0.5.16",
"jszip": "^3.10.1"
},
"publishConfig": {
"access": "public"
}
}