-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 971 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
45
{
"name": "postcss-tailwindcss-multiple-classes",
"version": "1.0.3",
"description": "PostCSS plugin tailwindcss-multiple-classes",
"type": "commonjs",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"tailwindcss-multiple-classes",
"postcss-tailwindcss-multiple-classes",
"tailwindcss"
],
"scripts": {
"unit": "node --test index.test.js",
"debug": "node --inspect index.test.js",
"test": "npm run unit && eslint ."
},
"author": "MrOxMasTer <[email protected]>",
"license": "MIT",
"repository": "MrOxMasTer/postcss-tailwindcss-multiple-classes",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"tailwindcss-multiple-classes": "^1.0.7"
},
"devDependencies": {
"eslint": "^8.47.0",
"postcss": "^8.4.47"
},
"eslintConfig": {
"parserOptions": {
"ecmaVersion": 2017,
"sourceType": "module"
},
"env": {
"node": true,
"es6": true
},
"extends": [
"eslint:recommended"
]
}
}