restate-for-dummies
Version:
Type-safe Restate SDK wrapper with simplified API
40 lines • 940 B
JSON
{
"name": "restate-for-dummies",
"version": "0.2.4",
"description": "Type-safe Restate SDK wrapper with simplified API",
"type": "module",
"main": "./index.js",
"module": "./index.js",
"types": "./index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.js"
}
},
"dependencies": {
"@restatedev/restate-sdk": "1.7.3",
"@restatedev/restate-sdk-clients": "1.7.3"
},
"peerDependencies": {
"@restatedev/restate-sdk": "^1.7.0",
"@restatedev/restate-sdk-clients": "^1.7.0"
},
"keywords": [
"restate",
"typescript",
"sdk",
"wrapper",
"type-safe"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ebg1223/restate-for-dummies"
},
"bugs": {
"url": "https://github.com/ebg1223/restate-for-dummies/issues"
},
"homepage": "https://github.com/ebg1223/restate-for-dummies#readme"
}