Files
alfresco-ng2-components/tools/tslint-rules/package.json
2019-01-08 16:29:30 +00:00

35 lines
736 B
JSON

{
"name": "adf-tslint-rules",
"description": "Custom Rules for the ADF project",
"version": "0.0.7",
"author": "Alfresco Software, Ltd.",
"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"
}