-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
45 lines (45 loc) · 903 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-editor-styles",
"version": "0.5.0",
"description": "Remove your editor-styles from the global scope ",
"author": "m-e-h <[email protected]>",
"license": "GPL-2.0+",
"repository": "m-e-h/postcss-editor-styles",
"homepage": "https://github.com/m-e-h/postcss-editor-styles#readme",
"bugs": "https://github.com/m-e-h/postcss-editor-styles/issues",
"main": "index.js",
"scripts": {
"test": "node --test",
"release": "np"
},
"engines": {
"node": "^16 || >=18"
},
"peerDependencies": {
"postcss": "^8.4.35"
},
"devDependencies": {
"@csstools/postcss-tape": "*",
"eslint": "^8.56.0",
"np": "^10.0.0"
},
"eslintConfig": {
"parserOptions": {
"ecmaVersion": 2018
},
"env": {
"node": true,
"es6": true
},
"extends": [
"eslint:recommended"
]
},
"keywords": [
"postcss",
"css",
"postcss-plugin",
"wordpress",
"gutenberg"
]
}