-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1002 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": "postcss-expand-selectors",
"version": "2.0.1",
"description": "PostCSS plugin expand comma separated selectors into individual rules",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"unused"
],
"author": "Andor <david-andor@kozpontiagy.hu>",
"license": "MIT",
"repository": "Sweetchuck/npm-postcss-expand-selectors",
"bugs": {
"url": "https://github.com/Sweetchuck/npm-postcss-expand-selectors/issues"
},
"homepage": "https://github.com/Sweetchuck/npm-postcss-expand-selectors",
"peerDependencies": {
"postcss": "^8.4.24"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"eslint": "^9.17.0",
"globals": "^15.14.0",
"jest": "^29.0.0",
"postcss": "^8.4.49"
},
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"lint": "eslint *.js",
"test": "jest"
}
}