-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@polymer-vis/tools",
"private": false,
"version": "3.0.0",
"description": "A suite of tools for polymer 3.0 and lit-html based webcomponents.",
"main": "index.js",
"dependencies": {},
"scripts": {
"bootstrap": "lerna bootstrap --ci",
"build": "lerna run build",
"test": "lerna run test",
"test:unit": "lerna run test:unit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PolymerVis/polymervis-tools.git"
},
"keywords": [
"polymer",
"lit-html",
"webcomponents"
],
"author": "eterna2 <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/PolymerVis/polymervis-tools/issues"
},
"homepage": "https://github.com/PolymerVis/polymervis-tools#readme",
"devDependencies": {
"@polymer/lit-element": "^0.7.0",
"@polymer/polymer": "^3.0.5",
"@types/jest": "^24.0.0",
"@types/node": "^10.11.3",
"@types/pino": "^5.6.0",
"jest": "^23.6.0",
"lerna": "^3.4.0",
"pino": "^5.6.2",
"ts-jest": "^24.0.0",
"typescript": "^3.1.1"
}
}