mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 02:06:34 +02:00
25 lines
612 B
JSON
25 lines
612 B
JSON
{
|
|
"name": "@rallly/billing",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"exports": {
|
|
"./server/*": "./src/server/*.tsx",
|
|
"./next": "./src/next/index.ts",
|
|
".": "./src/index.ts",
|
|
"./*": "./src/*.ts"
|
|
},
|
|
"scripts": {
|
|
"normalize-subscription-metadata": "dotenv -e ../../.env -- tsx ./src/scripts/normalize-metadata.ts",
|
|
"type-check": "tsc --pretty --noEmit",
|
|
"lint": "eslint ./src"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-radio-group": "^1.2.0",
|
|
"@rallly/ui": "*",
|
|
"next": "*",
|
|
"stripe": "^13.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rallly/eslint-config": "*"
|
|
}
|
|
}
|