{ "name": "@wxt-dev/storage", "description": "Web extension storage API provided by WXT, supports all browsers.", "version": "1.1.1", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/wxt-dev/wxt.git", "directory": "packages/storage" }, "homepage": "https://wxt.dev/storage.html", "keywords": [ "wxt", "storage", "extension", "addon", "chrome", "firefox", "edge" ], "author": { "name": "Aaron Klinker", "email": "aaronklinker1+wxt@gmail.com" }, "license": "MIT", "funding": "https://github.com/sponsors/wxt-dev", "scripts": { "build": "buildc -- unbuild", "check": "buildc --deps-only -- check", "test": "buildc --deps-only -- vitest" }, "dependencies": { "async-mutex": "catalog:", "dequal": "catalog:" }, "devDependencies": { "@aklinker1/check": "catalog:", "@types/chrome": "catalog:", "@webext-core/fake-browser": "catalog:", "oxlint": "catalog:", "publint": "catalog:", "typescript": "catalog:", "unbuild": "catalog:", "vitest": "catalog:" }, "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.mts", "import": "./dist/index.mjs" } }, "files": [ "dist" ] }