-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 961 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
38
39
40
41
42
43
44
{
"name": "mini-css-class-name",
"version": "0.15.1",
"description": "Minimum size unique CSS class names generator",
"main": "index.js",
"exports": {
".": "./index.js",
"./css-loader": "./css-loader/index.js",
"./postcss-modules": "./postcss-modules/index.js",
"./package.json": "./package.json"
},
"scripts": {
"test": "node --test tests/*.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/shoonia/mini-css-class-name.git"
},
"bugs": {
"url": "https://github.com/shoonia/mini-css-class-name/issues"
},
"files": [
"css-loader",
"postcss-modules",
"index.js"
],
"keywords": [
"css",
"loader",
"css-loader",
"getLocalIdent",
"minify",
"modules",
"Identifiers",
"webpack",
"gatsby"
],
"author": {
"name": "Alexander Zaytsev",
"email": "zaytsev126@gmail.com",
"url": "https://x.com/_shoonia"
},
"license": "MIT"
}