UNPKG

3.73 kBJSONView Raw
1{
2 "name": "polymer-cli",
3 "version": "1.7.0",
4 "description": "A commandline tool for Polymer projects",
5 "homepage": "https://github.com/Polymer/tools/tree/master/packages/cli",
6 "repository": "github:Polymer/tools",
7 "bugs": "https://github.com/Polymer/tools/issues",
8 "license": "BSD-3-Clause",
9 "author": "The Polymer Project Authors",
10 "main": "lib/polymer-cli.js",
11 "engines": {
12 "node": ">=8.0"
13 },
14 "bin": {
15 "polymer": "bin/polymer.js"
16 },
17 "scripts": {
18 "lint": "gulp lint",
19 "build": "gulp build",
20 "test": "gulp test lint",
21 "prepublishOnly": "ls npm-shrinkwrap.json",
22 "test:smoke": "gulp test",
23 "test:smoke-lint": "gulp test lint",
24 "test:integration": "mocha \"lib/test/integration/**/*_test.js\"",
25 "test:unit": "mocha \"lib/test/unit/**/*_test.js\"",
26 "format": "find src gulpfile.js \\( -iname \"*.ts\" -o -iname \"*.js\" \\) -not -path \"*fixtures*\" | xargs clang-format --style=file -i",
27 "test:watch": "tsc-then -- mocha \"lib/test/**/*_test.js\"",
28 "update-goldens": "tsc && UPDATE_POLYMER_CLI_GOLDENS=true mocha lib/test/integration/build_test.js || echo ''"
29 },
30 "dependencies": {
31 "@types/chalk": "^0.4.31",
32 "@types/del": "^3.0.0",
33 "@types/findup-sync": "^0.3.29",
34 "@types/globby": "^6.1.0",
35 "@types/inquirer": "0.0.32",
36 "@types/merge-stream": "^1.0.28",
37 "@types/mz": "^0.0.31",
38 "@types/request": "2.0.3",
39 "@types/resolve": "0.0.4",
40 "@types/rimraf": "^0.0.28",
41 "@types/semver": "^5.3.30",
42 "@types/temp": "^0.8.28",
43 "@types/update-notifier": "^1.0.0",
44 "@types/vinyl": "^2.0.0",
45 "@types/vinyl-fs": "0.0.28",
46 "@types/yeoman-generator": "^1.0.0",
47 "bower": "1.8.2",
48 "bower-json": "^0.8.1",
49 "bower-logger": "^0.2.2",
50 "chalk": "^1.1.3",
51 "chokidar": "^1.7.0",
52 "command-line-args": "^3.0.0",
53 "command-line-commands": "^1.0.3",
54 "command-line-usage": "^3.0.1",
55 "del": "^3.0.0",
56 "findup-sync": "^0.4.2",
57 "github": "^7.2.1",
58 "globby": "^8.0.1",
59 "gunzip-maybe": "^1.3.1",
60 "inquirer": "^1.0.2",
61 "merge-stream": "^1.0.1",
62 "mz": "^2.6.0",
63 "plylog": "^0.5.0",
64 "polymer-analyzer": "^3.0.0",
65 "polymer-build": "^3.0.0",
66 "polymer-bundler": "^4.0.0",
67 "polymer-linter": "^3.0.0",
68 "polymer-project-config": "^4.0.0",
69 "polyserve": "^0.27.11",
70 "request": "^2.72.0",
71 "rimraf": "^2.6.1",
72 "semver": "^5.3.0",
73 "tar-fs": "^1.12.0",
74 "temp": "^0.8.3",
75 "update-notifier": "^1.0.0",
76 "validate-element-name": "^2.1.1",
77 "vinyl": "^1.1.1",
78 "vinyl-fs": "^2.4.3",
79 "web-component-tester": "^6.6.0",
80 "yeoman-environment": "^1.5.2",
81 "yeoman-generator": "^1.0.1"
82 },
83 "devDependencies": {
84 "@polymer/tools-common": "^2.0.0",
85 "@types/chai": "^4.1.2",
86 "@types/chai-subset": "^1.3.1",
87 "@types/chokidar": "^1.7.3",
88 "@types/fs-extra": "^5.0.1",
89 "@types/mocha": "^2.2.44",
90 "@types/node": "^8.10.11",
91 "@types/puppeteer": "^1.2.3",
92 "@types/sinon": "^4.0.0",
93 "@types/tmp": "^0.0.33",
94 "@types/yeoman-test": "^1.7.3",
95 "chai": "^3.5.0",
96 "chai-subset": "^1.6.0",
97 "clang-format": "=1.1.0",
98 "depcheck": "^0.6.3",
99 "fs-extra": "^5.0.0",
100 "gulp": "^3.9.1",
101 "gulp-spawn-mocha": "^3.1.0",
102 "gulp-tslint": "^7.0.1",
103 "gulp-typescript": "^3.0.0",
104 "istanbul": "^0.4",
105 "memory-streams": "^0.1.0",
106 "mocha": "^3.0",
107 "puppeteer": "^1.3.0",
108 "run-sequence": "^1.2.0",
109 "sinon": "^1.17.7",
110 "source-map-support": "^0.5.4",
111 "tmp": "0.0.31",
112 "tsc-then": "^1.0.1",
113 "tslint": "^5.9.1",
114 "typescript": "^2.2.0",
115 "vinyl-fs-fake": "^1.1.0",
116 "yeoman-assert": "^2.2.1",
117 "yeoman-test": "^1.1.0"
118 }
119}