1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-06 10:33:57 +00:00

[PM-29607] Create @bitwarden/subscription (#17997)

* Create @bitwarden/subscription

* Fix changed import in tsconfig.base.json
This commit is contained in:
Alex Morask
2025-12-16 10:13:18 -06:00
committed by GitHub
parent b1591da1b2
commit a987494300
15 changed files with 123 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"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"
}