@winner-fed/stylelint-config-win
Version:
CSS Style guide for winner fed
68 lines (67 loc) • 1.56 kB
JSON
{
"name": "@winner-fed/stylelint-config-win",
"version": "2.0.2",
"description": "CSS Style guide for winner fed",
"keywords": [
"stylelint",
"stylelint-config",
"stylelint-config-win",
"css",
"style",
"lint",
"linter",
"check",
"checker",
"strict",
"validate"
],
"author": "winner fed",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/cloud-templates/stylelint-config-win.git"
},
"main": "./index.js",
"module": "./index.mjs",
"exports": {
".": {
"import": "./index.mjs",
"require": "./index.cjs",
"default": "./index.js"
},
"./package.json": "./package.json"
},
"files": [
"index.js",
"index.mjs",
"index.cjs",
"lib/",
"properties-order.js",
"README.md",
"package.json"
],
"scripts": {
"verify": "node scripts/verify.js",
"release": "npm run verify && bumpp --commit --push --tag && npm publish"
},
"dependencies": {
"stylelint-declaration-block-no-ignored-properties": "^2.3.0",
"stylelint-order": "^5.0.0",
"stylelint-z-index-value-constraint": "^1.2.0"
},
"devDependencies": {
"bumpp": "^7.1.1",
"stylelint": "^14.11.0"
},
"peerDependencies": {
"stylelint": ">=14.11.0"
},
"bugs": {
"url": "https://github.com/winjs-dev/stylelint-config-win/issues"
},
"homepage": "https://github.com/winjs-dev/stylelint-config-win#readme",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}