-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 987 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
{
"name": "@nextcloud/stylelint-config",
"version": "3.0.1",
"description": "Stylelint shared config for nextcloud vue.js apps",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud-libraries/stylelint-config.git"
},
"peerDependencies": {
"stylelint": "^16.2.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-recommended-vue": "^1.5.0"
},
"devDependencies": {
"stylelint": "^16.3.1",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-recommended-vue": "^1.5.0"
},
"keywords": [
"stylelint",
"config",
"nextcloud"
],
"author": "John Molakvoæ <[email protected]>",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/nextcloud-libraries/stylelint-config/issues"
},
"homepage": "https://github.com/nextcloud-libraries/stylelint-config#readme",
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
}
}