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

                      
                                                                 

                             


                                                   

                            
                                                                
      
                                                                                              
                     
                                  
                            
                                 
                                   
                             
      
                        

                             
      
                      
                          
     
 
{
    "name": "@0x/typescript-typings",
    "version": "3.0.8",
    "engines": {
        "node": ">=6.12"
    },
    "description": "0x project typescript type definitions",
    "scripts": {
        "build": "tsc -b",
        "build:ci": "yarn build",
        "clean": "shx rm -rf lib"
    },
    "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/typescript-typings#readme",
    "dependencies": {
        "@types/bn.js": "^4.11.0",
        "@types/react": "*",
        "bignumber.js": "~8.0.2",
        "ethereum-types": "^1.1.6",
        "popper.js": "1.14.3"
    },
    "devDependencies": {
        "shx": "^0.2.2",
        "typescript": "3.0.1"
    },
    "publishConfig": {
        "access": "public"
    }
}