aboutsummaryrefslogtreecommitdiffstats
path: root/packages/chai-typescript-typings/package.json
blob: c958694bc1d8515e0d9c1c02ba2c4d4b6a965a2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "name": "chai-typescript-typings",
    "version": "0.0.3",
    "description": "Typescript type definitions for chai",
    "main": "index.d.ts",
    "types": "index.d.ts",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/0xProject/0x-monorepo.git"
    },
    "license": "Apache-2.0",
    "bugs": {
        "url": "https://github.com/0xProject/0x-monorepo/issues"
    },
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/chai-typescript-typings#readme"
}