@team23/stylelint-config-team23-standard
Version:
A set of stylelint rules used by TEAM23 for standard css projects
47 lines • 1.08 kB
JSON
{
"name": "@team23/stylelint-config-team23-standard",
"version": "7.0.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": "^40.0.0"
},
"devDependencies": {
"stylelint": "^17.14.1",
"vitest": "^4.0.6"
},
"peerDependencies": {
"stylelint": "^17.0.0"
},
"module": "./../libs/css/src/index.js"
}