{
"name": "tauri-plugin-keyring-store-api",
"version": "0.1.0",
"author": "s00d",
"description": "JavaScript API for tauri-plugin-keyring-store — OS keychain / credential manager storage with Stronghold-compatible sessions.",
"license": "MIT OR Apache-2.0",
"type": "module",
"types": "./dist-js/index.d.ts",
"main": "./dist-js/index.cjs",
"module": "./dist-js/index.js",
"packageManager": "pnpm@9.15.9",
"repository": {
"type": "git",
"url": "git+https://github.com/s00d/tauri-plugin-keyring-store.git"
},
"exports": {
"types": "./dist-js/index.d.ts",
"import": "./dist-js/index.js",
"require": "./dist-js/index.cjs"
},
"files": [
"dist-js",
"README.md",
"LICENSE-MIT",
"LICENSE-APACHE"
],
"scripts": {
"build": "rollup -c",
"prepublishOnly": "pnpm run build",
"pretest": "pnpm run build",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@tauri-apps/api": "^2.11.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^12.3.0",
"rollup": "^4.60.3",
"tslib": "^2.8.1",
"typescript": "^5.8.0",
"vitest": "^4.1.6"
}
}