UNPKG

cart

Version:

Headless cart management library

101 lines (100 loc) 2.71 kB
{ "name": "cart", "version": "1.1.2", "description": "Headless cart management library", "keywords": [ "cart", "headless-cart", "cart-management", "react-cart" ], "repository": { "type": "git", "url": "https://github.com/mcnaveen/cart" }, "license": "MIT", "author": { "name": "mcnaveen", "email": "me@mcnaveen.com" }, "type": "module", "main": "./lib/index.js", "files": [ "lib/", "package.json", "LICENSE.md", "README.md" ], "scripts": { "build": "tsup", "format": "prettier \"**/*\" --ignore-unknown", "format:write": "pnpm format --write", "lint": "eslint . .*js --max-warnings 0 --report-unused-disable-directives", "lint:knip": "knip", "lint:md": "markdownlint \"**/*.md\" \".github/**/*.md\" --rules sentences-per-line", "lint:package-json": "npmPkgJsonLint .", "lint:packages": "pnpm dedupe --check", "lint:spelling": "cspell \"**\" \".github/**/*\"", "prepare": "husky install", "should-semantic-release": "should-semantic-release --verbose", "test": "vitest", "tsc": "tsc" }, "lint-staged": { "*": "prettier --ignore-unknown --write" }, "dependencies": { "@react-native-async-storage/async-storage": "^1.19.3", "zustand": "^4.4.1" }, "devDependencies": { "@release-it/conventional-changelog": "^7.0.2", "@types/eslint": "^8.44.2", "@types/react": "^18.2.22", "@typescript-eslint/eslint-plugin": "^6.7.2", "@typescript-eslint/parser": "^6.7.2", "@vitest/coverage-v8": "^0.34.5", "console-fail-test": "^0.2.3", "cspell": "^7.3.6", "eslint": "^8.49.0", "eslint-plugin-deprecation": "^2.0.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-jsdoc": "^46.8.2", "eslint-plugin-jsonc": "^2.9.0", "eslint-plugin-markdown": "^3.0.1", "eslint-plugin-n": "^16.1.0", "eslint-plugin-no-only-tests": "^3.1.0", "eslint-plugin-perfectionist": "^2.1.0", "eslint-plugin-regexp": "^1.15.0", "eslint-plugin-vitest": "^0.3.1", "eslint-plugin-yml": "^1.9.0", "husky": "^8.0.3", "jsonc-eslint-parser": "^2.3.0", "knip": "^2.25.2", "lint-staged": "^14.0.1", "markdownlint": "^0.31.1", "markdownlint-cli": "^0.37.0", "npm-package-json-lint": "^7.0.0", "npm-package-json-lint-config-default": "^6.0.0", "prettier": "^3.0.3", "prettier-plugin-curly": "^0.1.3", "prettier-plugin-packagejson": "^2.4.5", "release-it": "^16.1.5", "sentences-per-line": "^0.2.1", "should-semantic-release": "^0.1.1", "tsup": "^7.2.0", "typescript": "^5.2.2", "vitest": "^0.34.5", "yaml-eslint-parser": "^1.2.2" }, "peerDependencies": { "react": "16.x || 17.x || 18.x" }, "packageManager": "pnpm@8.7.0", "engines": { "node": ">=16" }, "publishConfig": { "provenance": true } }