Files
nodarium/packages/store-client/package.json
Max Richter a11214072f
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m6s
chore: some updates
2026-01-18 16:27:42 +01:00

17 lines
388 B
JSON

{
"name": "store-client",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate": "openapi-ts -i ../../store/openapi.json -o src/client -c @hey-api/client-fetch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@hey-api/openapi-ts": "^0.90.4"
}
}