UNPKG

1.18 kBJSONView Raw
1{
2 "name": "polymer-project-config",
3 "version": "4.0.3",
4 "description": "reads, validates, and shapes your polymer.json project configuration",
5 "homepage": "https://github.com/Polymer/tools/tree/master/packages/project-config",
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/index.js",
11 "typings": "lib/index.d.ts",
12 "scripts": {
13 "build": "tsc && typescript-json-schema src/index.ts ProjectOptions --ignoreErrors -o lib/schema.json && npm run lint",
14 "format": "find src -name \"*.ts\" | xargs clang-format --style=file -i",
15 "lint": "tslint -p .",
16 "test": "npm run build && mocha \"test/**/*_test.js\"",
17 "test:unit": "mocha \"test/**/*_test.js\""
18 },
19 "dependencies": {
20 "@types/parse5": "^2.2.34",
21 "browser-capabilities": "^1.0.0",
22 "jsonschema": "^1.1.1",
23 "minimatch-all": "^1.1.0",
24 "plylog": "^1.0.0",
25 "winston": "^3.0.0"
26 },
27 "devDependencies": {
28 "polymer-analyzer": "^3.0.1",
29 "source-map-support": "^0.5.5"
30 },
31 "peerDependencies": {
32 "polymer-analyzer": "^3.0.1"
33 }
34}