UNPKG

@wxt-dev/storage

Version:

Web extension storage API provided by WXT, supports all browsers.

57 lines 1.3 kB
{ "name": "@wxt-dev/storage", "description": "Web extension storage API provided by WXT, supports all browsers.", "version": "1.2.0", "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", "dependencies": { "async-mutex": "^0.5.0", "dequal": "^2.0.3", "@wxt-dev/browser": "^0.1.4" }, "devDependencies": { "@aklinker1/check": "^2.1.0", "@webext-core/fake-browser": "^1.3.2", "oxlint": "^1.14.0", "publint": "^0.3.12", "typescript": "^5.9.2", "unbuild": "^3.6.1", "vitest": "^3.2.4" }, "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.mts", "import": "./dist/index.mjs" } }, "files": [ "dist" ], "scripts": { "build": "buildc -- unbuild", "check": "buildc --deps-only -- check", "test": "buildc --deps-only -- vitest" } }