UNPKG

1.08 kBJSONView Raw
1{
2 "name": "stylelint-config-ma",
3 "version": "1.1.8",
4 "description": "Stylelint shareable config used by MASSIVE ART",
5 "main": "index.js",
6 "scripts": {
7 "test": "stylelint --formatter verbose --config ./index.js test/*.scss --custom-syntax postcss-scss"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/massiveart/stylelint-config-ma.git"
12 },
13 "keywords": [
14 "stylelint",
15 "stylelintconfig",
16 "massiveart"
17 ],
18 "author": "MASSIVE ART Webservices GmbH",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/massiveart/stylelint-config-ma/issues"
22 },
23 "homepage": "https://github.com/massiveart/stylelint-config-ma#readme",
24 "dependencies": {
25 "stylelint-config-standard": "^20.0.0 || ^21.0.0 || ^22.0.0 || ^23.0.0 || ^24.0.0 || ^25.0.0",
26 "stylelint-scss": "^3.0.0 || ^4.1.0"
27 },
28 "devDependencies": {
29 "postcss": "^8.4.7",
30 "postcss-scss": "^4.0.3",
31 "stylelint": "^14.0.0"
32 },
33 "peerDependencies": {
34 "stylelint": "^8.3.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0"
35 }
36}