forked from Collaborne/lit-flexbox-literals
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.12 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
42
43
44
45
46
47
{
"name": "@preignition/lit-flexbox-literals",
"version": "0.2.2",
"description": "LitElement Flexbox Classes and Literals for use in styles.js files (source: @collarbone/lit-flexbox-literals)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/Collaborne/lit-flexbox-literals.git"
},
"keywords": [
"LitElement",
"Flexbox",
"Styles",
"TemplateLiterals"
],
"author": "Tsavo Knott",
"contributors": [
{
"name": "Ronny Roeller",
"url": "https://github.com/ronnyroeller"
}
],
"license": "ISC",
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/Collaborne/lit-flexbox-literals/issues"
},
"homepage": "https://github.com/Collaborne/lit-flexbox-literals#readme",
"scripts": {
"lint": "tslint -c tslint.json \"src/**/*.ts\"",
"build": "npm run lint && tsc"
},
"dependencies": {
"lit": "^2.3.1"
},
"devDependencies": {
"tslint": "^5.14.0",
"tslint-config-collaborne": "^0.0.4",
"typescript": "^3.3.4000"
},
"publishConfig": {
"access": "public"
}
}