aboutsummaryrefslogblamecommitdiffstats
path: root/packages/types/package.json
blob: e35133ba31e2723329e88b362db1f87a0c000df2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
 
                        
                       
                
                        
      



                              
                          
                                 
                                  
                                                     



                            
                                                             

             
                                                                
      
                                                                                    
                        
                                      
                                       
                        
                           
                             

                     
                           
                                 
                                  

                      
                          
     
 
{
    "name": "@0x/types",
    "version": "1.5.1",
    "engines": {
        "node": ">=6.12"
    },
    "description": "0x types",
    "main": "lib/index.js",
    "types": "lib/index.d.ts",
    "scripts": {
        "build": "tsc -b",
        "build:ci": "yarn build",
        "clean": "shx rm -rf lib",
        "lint": "tslint --format stylish --project ."
    },
    "license": "Apache-2.0",
    "repository": {
        "type": "git",
        "url": "https://github.com/0xProject/0x-monorepo.git"
    },
    "bugs": {
        "url": "https://github.com/0xProject/0x-monorepo/issues"
    },
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/types/README.md",
    "devDependencies": {
        "@0x/tslint-config": "^2.0.1",
        "make-promises-safe": "^1.1.0",
        "shx": "^0.2.2",
        "tslint": "5.11.0",
        "typescript": "3.0.1"
    },
    "dependencies": {
        "@types/node": "*",
        "bignumber.js": "~4.1.0",
        "ethereum-types": "^1.1.5"
    },
    "publishConfig": {
        "access": "public"
    }
}