# @ceramicstudio/idx-constants

> ## Installation

Latest version **1.0.0** (published 2021-04-06) · (Apache-2.0 OR MIT) license · 0 weekly downloads

## Install

```sh
npm install @ceramicstudio/idx-constants
pnpm add @ceramicstudio/idx-constants
yarn add @ceramicstudio/idx-constants
bun add @ceramicstudio/idx-constants
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2021-04-06 |
| First published | 2020-09-28 |
| Weekly downloads | 0 |
| License | (Apache-2.0 OR MIT) |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=12 |
| Dependencies | 0 |
| Unpacked size | 22 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Ceramic Studio |
| Maintainers | zachferland, paul_lecam, oed |

## Links

- npm: https://www.npmjs.com/package/@ceramicstudio/idx-constants
- Homepage: https://idx.xyz
- npm.io page: https://npm.io/package/@ceramicstudio/idx-constants

## Recent versions

- 1.0.0 (latest) — 2021-04-06
- 0.3.0-alpha.0 (next) — 2020-10-28
- 0.7.0 — 2021-02-22
- 0.6.0 — 2021-01-19
- 0.5.1 — 2020-12-17
- 0.5.0 — 2020-12-17
- 0.4.0 — 2020-12-01
- 0.3.0 — 2020-10-28
- 0.2.1 — 2020-10-12
- 0.2.0 — 2020-10-07
- 0.1.0 — 2020-09-28

## README

# IDX constants

## Installation

```sh
npm install @ceramicstudio/idx-constants
```

## Usage

```ts
import { definitions, schemas } from '@ceramicstudio/idx-constants'

// `idx` is an instance of IDX
await idx.get(definitions.basicProfile, 'did:3:...')
```

## License

Apache-2.0 OR MIT

---
_Source: https://npm.io/package/@ceramicstudio/idx-constants · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
