aboutsummaryrefslogblamecommitdiffstats
path: root/packages/web3-typescript-typings/package.json
blob: d56b8342182d24635457d809d5d9c781d5afdfb0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
 
                                      
                        



                                                          


                                                                


                      
                                                                 

                             


                                                   

                            
                                                                
      
                                                                                                   
                        
                                                 
                                        

                              
                          
                                            
                             


                                

                      
                          
     
 
{
    "name": "web3-typescript-typings",
    "version": "0.10.2",
    "description": "Typescript type definitions for web3",
    "main": "index.d.ts",
    "types": "index.d.ts",
    "scripts": {
        "lint": "tslint index.d.ts",
        "build": "tsc && copyfiles -u 1 './lib/**/*' ./scripts",
        "clean": "shx rm -rf scripts"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/0xProject/0x-monorepo.git"
    },
    "author": "Fabio Berger",
    "contributors": [
        "Leonid Logvinov <logvinov.leon@gmail.com>"
    ],
    "license": "Apache-2.0",
    "bugs": {
        "url": "https://github.com/0xProject/0x-monorepo/issues"
    },
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/web3-typescript-typings#readme",
    "devDependencies": {
        "@0xproject/monorepo-scripts": "^0.1.14",
        "@types/bignumber.js": "^4.0.2",
        "copyfiles": "^1.2.0",
        "shx": "^0.2.2",
        "tslint": "5.8.0",
        "tslint-config-0xproject": "^0.0.2",
        "typescript": "2.7.1"
    },
    "dependencies": {
        "bignumber.js": "~4.1.0"
    },
    "publishConfig": {
        "access": "public"
    }
}