-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 886 Bytes
/
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
{
"name": "host-css-variable",
"version": "1.2.4",
"description": "This is a library that pseudo-encapsulates host CSS variables for component based architectures. ",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:nontangent/host-css-variable.git"
},
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"SCSS",
"CSS",
"VARIABLE",
"COMPONENT",
"CUSTOM PROPERTY"
],
"author": "Nozomu Miyamoto",
"license": "MIT",
"dependencies": {
"calc-loader": "^1.0.1",
"loader-utils": "^2.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.19",
"jest": "^26.6.3",
"memfs": "^3.2.0",
"ts-jest": "^26.4.4",
"tslib": "^2.0.3",
"typescript": "^4.1.3",
"webpack": "^5.10.3"
}
}