@team23/stylelint-config-team23-standard
Version:
A set of stylelint rules used by TEAM23 for standard css projects
47 lines (46 loc) • 1.16 kB
JSON
{
"name": "@team23/stylelint-config-team23-standard",
"version": "6.1.0",
"description": "A set of stylelint rules used by TEAM23 for standard css projects",
"keywords": [
"stylelint",
"stylelint-config",
"TEAM23",
"css"
],
"author": "TEAM23 GmbH",
"license": "MIT",
"homepage": "https://github.com/team23/style-guide/tree/main/libs/css",
"repository": {
"type": "git",
"url": "git+https://github.com/team23/style-guide.git",
"directory": "libs/css"
},
"scripts": {
"test": "vitest run"
},
"files": [
"./dist/**/*",
"./*.md",
"./package.json",
"./LICENSE"
],
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
},
"dependencies": {
"stylelint-config-standard": "^39.0.0"
},
"devDependencies": {
"stylelint": "^16.23.0",
"vitest": "^3.2.4"
},
"peerDependencies": {
"stylelint": "^16.23.0"
}
}