# @0xproject/typescript-typings

> 0x project typescript type definitions

Latest version **3.0.2** (published 2018-10-04) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @0xproject/typescript-typings
pnpm add @0xproject/typescript-typings
yarn add @0xproject/typescript-typings
bun add @0xproject/typescript-typings
```

## Health

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

Positive: no vulnerabilities; high maintenance score.

Warnings: low downloads; no types; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 3.0.2 |
| Published | 2018-10-04 |
| First published | 2018-04-02 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6.12 |
| Dependencies | 5 |
| Unpacked size | 84 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1409 |
| Author | Fabio Berger |
| Maintainers | albrow, amirbandeali, bchillman, dekz, fberger, fragosti, logvinov |

## Links

- npm: https://www.npmjs.com/package/@0xproject/typescript-typings
- Repository: https://github.com/0xProject/0x-monorepo
- Homepage: https://github.com/0xProject/0x-monorepo/packages/typescript-typings#readme
- Issues: https://github.com/0xProject/0x-monorepo/issues
- npm.io page: https://npm.io/package/@0xproject/typescript-typings

## Dependencies (5)

- [popper.js](https://npm.io/package/popper.js.md) 1.14.3
- [@types/bn.js](https://npm.io/package/@types/bn.js.md) ^4.11.0
- [@types/react](https://npm.io/package/@types/react.md) *
- [bignumber.js](https://npm.io/package/bignumber.js.md) ~4.1.0
- [ethereum-types](https://npm.io/package/ethereum-types.md) ^1.0.11

## Recent versions

- 3.0.2 (latest) — 2018-10-04
- 3.0.0 — 2018-09-28
- 2.0.2 — 2018-09-25
- 2.0.1 — 2018-09-21
- 2.0.0 — 2018-09-05
- 1.0.5 — 2018-08-24
- 1.0.4 — 2018-08-14
- 1.0.3 — 2018-07-26
- 1.0.2 — 2018-07-26
- 1.0.0 — 2018-07-19
- 0.4.3 — 2018-07-18
- 0.4.2 — 2018-07-09
- 0.4.1 — 2018-06-19
- 0.3.2 — 2018-05-22
- 0.3.1 — 2018-05-04
- … 5 more at https://npm.io/package/@0xproject/typescript-typings/versions

## README

## @0xproject/typescript-typings

Type repository for external packages used by 0x. This is like our small version of [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped)

## Installation

```bash
yarn add -D @0xproject/typescript-typings
```

## Usage

Add the following line within an `compilerOptions` section of your `tsconfig.json`

```json
"typeRoots": ["node_modules/@0xproject/typescript-typings/types", "node_modules/@types"]
```

This will allow the TS compiler to first look into that repo and then fallback to DT types.

## Contributing

We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.

Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.

### Install dependencies

If you don't have yarn workspaces enabled (Yarn < v1.0) - enable them:

```bash
yarn config set workspaces-experimental true
```

Then install dependencies

```bash
yarn install
```

### Build

To build this package and all other monorepo packages that it depends on, run the following from the monorepo root directory:

```bash
PKG=@0xproject/typescript-typings yarn build
```

Or continuously rebuild on change:

```bash
PKG=@0xproject/typescript-typings yarn watch
```

### Clean

```bash
yarn clean
```

### Lint

```bash
yarn lint
```

---
_Source: https://npm.io/package/@0xproject/typescript-typings · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
