@dcspark/carp-client
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@dcspark/carp-client", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Web client for the Carp server", | ||
@@ -11,3 +11,3 @@ "main": "app/index.js", | ||
"copy:misc": "cp package.json dist/ && cp README.md dist/", | ||
"npm:publish": "yarn typecheck && yarn build && cd dist && npm publish --access public && cd ..", | ||
"npm:publish": "yarn typecheck && yarn build && cd dist && yarn publish --access public && cd ..", | ||
"verify": "yarn typecheck && yarn eslint", | ||
@@ -14,0 +14,0 @@ "typecheck": "tsc --project tsconfig.json", |
# Carp Client | ||
TODO: mini-description and link to docs | ||
Typescript client for Carp - the Cardano Postgres indexer. | ||
You can find the full documentation for the indexer, the webserver and this Typescript client [here](https://dcspark.github.io/carp/docs/intro/) |
32024
6