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:
11
libs/subscription/package.json
Normal file
11
libs/subscription/package.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user