stylelint-define-config
Version:
Provide a defineConfig function for stylelint.config.js files
69 lines • 1.83 kB
JSON
{
"name": "stylelint-define-config",
"type": "module",
"version": "16.22.0",
"description": "Provide a defineConfig function for stylelint.config.js files",
"author": "pengzhanbo <volodymyr@foxmail.com> (https://github.com/pengzhanbo)",
"license": "MIT",
"homepage": "https://github.com/stylelint-types/stylelint-define-config#readme",
"repository": {
"type": "git",
"url": "https://github.com/stylelint-types/stylelint-define-config.git"
},
"bugs": "https://github.com/stylelint-types/stylelint-define-config/issues",
"keywords": [
"config",
"configuration",
"define-config",
"stylelint-config",
"stylelint",
"stylelintconfig",
"typed",
"typescript"
],
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.cjs"
}
}
},
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0",
"pnpm": ">=8.6.0"
},
"peerDependencies": {
"stylelint": ">=16.0.0"
},
"dependencies": {
"csstype": "^3.1.3"
},
"devDependencies": {
"@pengzhanbo/eslint-config": "^1.34.0",
"@types/node": "^24.1.0",
"bumpp": "^10.2.0",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.31.0",
"stylelint": "^16.22.0",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
},
"scripts": {
"build": "tsup-node",
"lint": "eslint .",
"release:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "bumpp package.json --execute=\"pnpm release:changelog\" --commit --all --push --tag && pnpm publish --access public"
}
}