waymaker-client/ts/package.json

26 lines
708 B
JSON

{
"name": "@waymaker/client",
"version": "0.1.27",
"description": "Official TypeScript client for waymaker — locks, streams, KV, collections, sketches, cache, object store",
"repository": "https://git.awesomike.com/pub/waymaker-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"
}
}