Auto-commit 2026-05-02 09:37
This commit is contained in:
15
packages/shared-billing/package.json
Normal file
15
packages/shared-billing/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "@shieldsai/shared-billing",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"dependencies": {
|
||||
"stripe": "^14.0.0",
|
||||
"zod": "^4.3.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.3.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user