@polymer/tools-common
Version:
Common libraries and settings for Polymer Tools projects
40 lines (39 loc) • 1.06 kB
JSON
{
"name": "@polymer/tools-common",
"homepage": "https://github.com/Polymer/tools/tree/master/packages/common",
"repository": "github:Polymer/tools",
"bugs": "https://github.com/Polymer/tools/issues",
"license": "BSD-3-Clause",
"author": "The Polymer Project Authors",
"version": "2.0.1",
"engines": {
"node": ">=8.0"
},
"scripts-to-copy": {
"lint": "gulp lint",
"init": "gulp init",
"build": "gulp build",
"test": "gulp test",
"test:unit": "gulp test:unit",
"prepublishOnly": "gulp build-all",
"format": "find src/ test/ -iname '*.ts' -o -iname '*.js' | xargs clang-format --style=file -i"
},
"dependencies": {
"@types/node": "^9.6.4",
"depcheck": "^0.6.0",
"fs-extra": "^3.0.0",
"gulp-eslint": "^4.0.0",
"gulp-mocha": "^6.0.0",
"gulp-tslint": "^8.0.0",
"gulp-typescript": "^3.0.0",
"merge-stream": "^1.0.0",
"run-sequence": "^1.0.0"
},
"peerDependencies": {
"gulp": "^4.0.0"
},
"devDependencies": {
"clang-format": "1.0.46",
"gulp": "^4.0.0"
}
}