persona-community-5/packages/api-client/package.json
jordan bd2f591b98
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/manual/woodpecker Pipeline was successful
Initialize project from skeleton template
2026-02-24 07:39:46 +00:00

24 lines
477 B
JSON

{
"name": "@persona-community-5/api-client",
"version": "0.0.1",
"private": true,
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
"exports": {
".": {
"types": "./src/index.ts",
"import": "./src/index.ts"
}
},
"scripts": {
"generate": "../scripts/generate-client.sh",
"typecheck": "tsc --noEmit",
"build": "tsc"
},
"devDependencies": {
"openapi-typescript": "^7.0.0",
"typescript": "^5.5.3"
}
}