@stylelint-types/stylelint-stylistic
Version:
TypeScript definitions for stylelint-define-config
77 lines • 1.97 kB
JSON
{
"name": "@stylelint-types/stylelint-stylistic",
"type": "module",
"version": "5.1.0",
"description": "TypeScript definitions for stylelint-define-config",
"author": "pengzhanbo <volodymyr@foxmail.com> (https://github.com/pengzhanbo)",
"license": "MIT",
"homepage": "https://github.com/stylelint-types/stylelint-stylistic#readme",
"repository": {
"type": "git",
"url": "https://github.com/stylelint-types/stylelint-stylistic.git"
},
"bugs": "https://github.com/stylelint-types/stylelint-stylistic/issues",
"keywords": [
"config",
"scss",
"configuration",
"define-config",
"stylelint-config",
"stylelint",
"stylelint-stylistic",
"stylelintconfig",
"typed",
"typescript"
],
"exports": {
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./types": {
"types": "./lib/types.d.ts"
}
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"engines": {
"node": ">=20.19.0",
"npm": ">=9.0.0",
"pnpm": ">=9.0.0"
},
"peerDependencies": {
"stylelint": ">=17",
"stylelint-define-config": ">=17"
},
"peerDependenciesMeta": {
"stylelint": {
"optional": true
}
},
"devDependencies": {
"@pengzhanbo/eslint-config": "^2.4.0",
"@stylistic/stylelint-plugin": "^5.1.0",
"bumpp": "^11.1.0",
"conventional-changelog": "^7.2.0",
"conventional-changelog-angular": "^8.3.1",
"eslint": "^10.3.0",
"stylelint": "^17.11.0",
"stylelint-define-config": "^17.11.0",
"tsdown": "^0.22.0",
"typescript": "^6.0.3"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"lint": "eslint .",
"build": "tsdown",
"release:publish": "pnpm publish",
"release:changelog": "conventional-changelog -p angular",
"release": "bumpp package.json --execute=\"pnpm release:changelog\" --commit --all --push --tag"
}
}