1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 21:20:27 +00:00
Files
browser/libs/state/package.json
2025-06-04 16:35:51 -04:00

12 lines
298 B
JSON

{
"name": "@bitwarden/state",
"version": "0.0.1",
"description": "Services, models, and functions for managing state in Bitwarden applications",
"private": true,
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "GPL-3.0",
"author": "platform"
}