aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-artifacts/package.json
blob: b819520c6d82360f3724df264328bcf1b680c5bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
    "name": "@0x/contract-artifacts",
    "version": "1.2.0",
    "engines": {
        "node": ">=6.12"
    },
    "description": "0x smart contract compilation artifacts",
    "main": "lib/src/index.js",
    "directories": {
        "test": "test"
    },
    "scripts": {
        "build": "yarn tsc -b",
        "build:ci": "yarn build",
        "clean": "shx rm -rf lib"
    },
    "repository": {
        "type": "git",
        "url": "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/contract-artifacts/README.md",
    "devDependencies": {
        "shx": "^0.2.2",
        "typescript": "3.0.1"
    },
    "publishConfig": {
        "access": "public"
    }
}