1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-29 22:53:44 +00:00
Files
browser/libs/subscription/package.json
Alex Morask a987494300 [PM-29607] Create @bitwarden/subscription (#17997)
* Create @bitwarden/subscription

* Fix changed import in tsconfig.base.json
2025-12-16 10:13:18 -06:00

12 lines
279 B
JSON

{
"name": "@bitwarden/subscription",
"version": "0.0.1",
"description": "Components and services for managing Bitwarden subscriptions.",
"private": true,
"type": "commonjs",
"main": "index.js",
"types": "index.d.ts",
"license": "GPL-3.0",
"author": "billing"
}