26 lines
708 B
JSON
26 lines
708 B
JSON
{
|
|
"name": "@st-peter/client",
|
|
"version": "0.2.0",
|
|
"description": "Official TypeScript client for st-peter (aura-users) — authentication over gRPC with a token-verify cache",
|
|
"repository": "https://git.awesomike.com/pub/st-peter-client",
|
|
"license": "MIT OR Apache-2.0",
|
|
"type": "commonjs",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": ["dist", "src"],
|
|
"scripts": {
|
|
"gen": "../scripts/gen-ts.sh",
|
|
"build": "tsc -p tsconfig.json",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"dependencies": {
|
|
"@grpc/grpc-js": "^1.12.0",
|
|
"long": "^5.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"ts-proto": "^2.6.0",
|
|
"typescript": "^5.6.0",
|
|
"@types/node": "^22.0.0"
|
|
}
|
|
}
|