{ "name": "adf-tslint-rules", "description": "Custom Rules for the ADF project", "version": "0.0.7", "author": "Hyland Software, Inc. and its affiliates", "scripts": { "build": "tsc", "tscv": "tsc --version", "tsc": "tsc", "tsc:watch": "tsc --w" }, "contributors": [ { "name": "Eugenio Romano", "email": "eugenio.romano@alfresco.com" } ], "devDependencies": { "typescript": "2.4.0" }, "peerDependencies": { "tslint": ">=5.0.0", "codelyzer": ">=4.5.0" }, "dependencies": { "app-root-path": "2.0.1", "css-selector-tokenizer": "0.7.0", "cssauron": "1.4.0", "semver-dsl": "1.0.1", "source-map": "0.5.6", "sprintf-js": "1.0.3" }, "license": "Apache-2.0" }