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


                                                                
                                       

                                                                                 
                                     
                                                                         
      

                      
                                                           
      






                     





                                      
                                                                
      
                                                                                            
                        
                                               
                                    
                              
                                       
                        
                             


                            
                           
                                        
                                 
                           

                      
                          
     
 
{
    "name": "@0xproject/tslint-config",
    "version": "1.0.0",
    "engines": {
        "node": ">=6.12"
    },
    "description": "Lint rules related to 0xProject for TSLint",
    "main": "tslint.json",
    "scripts": {
        "watch_without_deps": "tsc -w",
        "build": "tsc && copyfiles -u 2 './lib/monorepo_scripts/**/*' ./scripts",
        "clean": "shx rm -rf lib scripts",
        "lint": "tslint --project .",
        "manual:postpublish": "yarn build; node ./scripts/postpublish.js"
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/0xProject/0x-monorepo.git"
    },
    "keywords": [
        "tslint",
        "config",
        "0xProject",
        "typescript",
        "ts"
    ],
    "author": {
        "name": "Fabio Berger",
        "email": "fabio@0xproject.com"
    },
    "license": "Apache-2.0",
    "bugs": {
        "url": "https://github.com/0xProject/0x-monorepo/issues"
    },
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/tslint-config/README.md",
    "devDependencies": {
        "@0xproject/monorepo-script": "^1.0.0",
        "@types/lodash": "4.14.104",
        "copyfiles": "^1.2.0",
        "make-promises-safe": "^1.1.0",
        "shx": "^0.2.2",
        "typescript": "2.7.1"
    },
    "dependencies": {
        "lodash": "^4.17.4",
        "tslint": "5.11.0",
        "tslint-eslint-rules": "^4.1.1",
        "tslint-react": "^3.2.0",
        "tsutils": "2.22.2"
    },
    "publishConfig": {
        "access": "public"
    }
}