UNPKG

create-cookie

Version:

Smarter Cookie Management, Seamless Sync

74 lines (73 loc) 1.84 kB
{ "name": "create-cookie", "displayName": "Create React Cookie", "version": "1.1.1", "description": "Smarter Cookie Management, Seamless Sync ", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "license": "MIT", "author": { "name": "JP.Coffee", "url": "https://jp.coffee" }, "repository": { "type": "git", "url": "https://github.com/jp-coffee/create-cookie.git" }, "bugs": { "url": "https://github.com/jp-coffee/create-cookie/issues" }, "homepage": "https://github.com/jp-coffee/create-cookie#readme", "keywords": [ "react", "cookies", "cookie-management", "hooks", "state-management", "browser-storage", "web-storage", "react-hooks" ], "files": [ "dist" ], "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "scripts": { "build": "npm run prebuild && tsc", "clean": "rimraf dist", "lint": "eslint .", "lint:fix": "eslint . --ext .ts,.tsx --fix", "prebuild": "npm run clean", "test": "vitest run", "test:watch": "vitest --watch", "typecheck": "tsc --noEmit", "verify-provenance": "./scripts/verify-provenance.sh" }, "devDependencies": { "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", "@types/react": "^19.0.12", "@typescript-eslint/eslint-plugin": "^8.28.0", "@typescript-eslint/parser": "^8.28.0", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.23.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^5.2.0", "jsdom": "^26.0.0", "rimraf": "^6.0.1", "typescript": "^5.8.2", "vite": "^6.2.3", "vitest": "^3.0.9" }, "peerDependencies": { "react": "^19.0.0" } }