23 lines
479 B
JSON
23 lines
479 B
JSON
{
|
|
"name": "@aigxion/billing",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"keywords": [],
|
|
"author": "Andreas Thomas",
|
|
"license": "AGPL-3.0",
|
|
"scripts": {
|
|
"test": "vitest run"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.24",
|
|
"@aigxion/tsconfig": "workspace:*",
|
|
"typescript": "^5.3.3",
|
|
"vitest": "^1.3.0"
|
|
},
|
|
"dependencies": {
|
|
"@aigxion/error": "workspace:^",
|
|
"zod": "3.22.4"
|
|
}
|
|
} |