Generate typesafe typescript and go clients, examples (#194)

This commit is contained in:
Janos Dobronszki
2021-09-09 13:28:12 +01:00
committed by GitHub
parent 5626af3a45
commit 528b1e1c69
28 changed files with 1806 additions and 191 deletions

View File

@@ -1,21 +0,0 @@
{
"name": "@micro/services",
"version": "1.0.1",
"description": "",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/micro/services"
},
"author": "",
"license": "ISC",
"scripts": {
"build": "tsc",
"prepare": "tsc && cp -R ./dist/* .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"typescript": "^2.7.2"
}
}