58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "@wxt-dev/storage",
|
|
"description": "Web extension storage API provided by WXT, supports all browsers.",
|
|
"version": "1.2.3",
|
|
"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": {
|
|
"@wxt-dev/browser": "workspace:^",
|
|
"async-mutex": "^0.5.0",
|
|
"dequal": "^2.0.3"
|
|
},
|
|
"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"
|
|
]
|
|
}
|