{ "name": "@bytelyst/secure-storage-web", "version": "0.1.0", "type": "module", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "test": "vitest run --pool forks" }, "devDependencies": { "vitest": "^3.0.0", "fake-indexeddb": "^6.0.0" }, "publishConfig": { "registry": "https://gitea.bytelyst.com/api/packages/ByteLyst/npm/" } }