diff --git a/README.md b/README.md index d3e0191..73d7367 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Icechunk JavaScript +[![npm version](https://img.shields.io/npm/v/icechunk-js.svg)](https://www.npmjs.com/package/icechunk-js) +[![Icechunk](https://img.shields.io/badge/Icechunk-008B8B)](https://github.com/earth-mover/icechunk) +[![Zarrita.js](https://img.shields.io/badge/Zarrita.js-Compatible-EE3F98)](https://github.com/manzt/zarrita.js) +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/EarthyScience/icechunk-js/blob/main/LICENSE) + Read-only JavaScript/TypeScript reader for Icechunk repositories, designed for use with [zarrita](https://github.com/manzt/zarrita.js). diff --git a/package.json b/package.json index c5a8215..ba92d9d 100644 --- a/package.json +++ b/package.json @@ -64,5 +64,13 @@ "zarrita": { "optional": true } + }, + "repository": { + "type": "git", + "url": "git+https://github.com/EarthyScience/icechunk-js.git" + }, + "homepage": "https://github.com/EarthyScience/icechunk-js#readme", + "bugs": { + "url": "https://github.com/EarthyScience/icechunk-js/issues" } }