-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "typed-classnames-loader",
"version": "1.1.0",
"description": "Webpack loader for classnames auto bind and d.ts auto generation",
"main": "index.js",
"scripts": {
"test": "echo \"No test specified yet. See examples instead :)\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TasukuUno/typed-classnames-loader.git"
},
"keywords": [
"css-modules",
"typescript",
"classnames"
],
"author": "TasukuUno",
"license": "MIT",
"engines": {
"node": ">=6.11.5"
},
"dependencies": {
"ast-query": "2.0.x",
"loader-utils": "1.1.x"
},
"devDependencies": {
"eslint": "4.x",
"eslint-config-google": "0.x"
},
"peerDependencies": {
"classnames": ">=2.2.0",
"css-loader": ">=0.26.0"
},
"bugs": {
"url": "https://github.com/TasukuUno/typed-classnames-loader/issues"
},
"homepage": "https://github.com/TasukuUno/typed-classnames-loader#readme",
"directories": {
"example": "examples",
"lib": "lib"
}
}