aboutsummaryrefslogblamecommitdiffstats
path: root/packages/dev-utils/package.json
blob: fe427c18720acd65af4f21c27403a4e17044898b (plain) (tree)
1
2
3
4
5
6
7
8
9
 
                                   
                       
                                     

                                  
                
                                
                                                                                     
                                              
                                              
                                                                 

                                                                                       
                                          
                                                                 



                            
                                                             

             
                                                                
      
                                                                                        
                        


                                                 
                                    
                                  
                         
                                            
                              
                          
                                
                         


                             
                                                                   
                             

                     



                                            

                                    


                                           

                      
                          
     
 
{
    "name": "@0xproject/dev-utils",
    "version": "0.3.0",
    "description": "0x dev TS utils",
    "main": "lib/src/index.js",
    "types": "lib/src/index.d.ts",
    "scripts": {
        "build:watch": "tsc -w",
        "build": "tsc && copyfiles -u 3 './lib/src/monorepo_scripts/**/*' ./scripts",
        "test": "run-s clean build run_mocha",
        "test:circleci": "yarn test:coverage",
        "run_mocha": "mocha lib/test/**/*_test.js --bail --exit",
        "test:coverage": "nyc npm run test --all && yarn coverage:report:lcov",
        "coverage:report:lcov": "nyc report --reporter=text-lcov > coverage/lcov.info",
        "clean": "shx rm -rf lib scripts",
        "lint": "tslint --project . 'src/**/*.ts' 'test/**/*.ts'"
    },
    "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/dev-utils/README.md",
    "devDependencies": {
        "@0xproject/monorepo-scripts": "^0.1.13",
        "@0xproject/tslint-config": "^0.4.11",
        "@0xproject/web3-wrapper": "^0.3.0",
        "@types/lodash": "^4.14.86",
        "@types/mocha": "^2.2.42",
        "chai": "^4.0.1",
        "chai-typescript-typings": "^0.0.5",
        "copyfiles": "^1.2.0",
        "mocha": "^4.0.1",
        "npm-run-all": "^4.1.2",
        "nyc": "^11.0.1",
        "shx": "^0.2.2",
        "tslint": "5.8.0",
        "types-bn": "^0.0.1",
        "types-ethereumjs-util": "0xProject/types-ethereumjs-util",
        "typescript": "2.7.1"
    },
    "dependencies": {
        "@0xproject/sol-cov": "^0.0.2",
        "@0xproject/subproviders": "^0.8.0",
        "@0xproject/types": "^0.4.0",
        "@0xproject/utils": "^0.4.2",
        "ethereumjs-util": "^5.1.2",
        "lodash": "^4.17.4",
        "request-promise-native": "^1.0.5",
        "web3": "^0.20.0",
        "web3-provider-engine": "^13.0.1"
    },
    "publishConfig": {
        "access": "public"
    }
}