-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.76 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@stylelint-types/stylelint-order",
"type": "module",
"version": "6.0.4",
"packageManager": "[email protected]",
"description": "TypeScript definitions for stylelint-define-config",
"author": "pengzhanbo <[email protected]> (https://github.com/pengzhanbo)",
"license": "MIT",
"homepage": "https://github.com/stylelint-types/stylelint-order#readme",
"repository": {
"type": "git",
"url": "https://github.com/stylelint-types/stylelint-order.git"
},
"bugs": "https://github.com/stylelint-types/stylelint-order/issues",
"keywords": [
"config",
"scss",
"configuration",
"define-config",
"stylelint-config",
"stylelint",
"stylelint-order",
"stylelintconfig",
"typed",
"typescript"
],
"exports": {
".": {
"types": "./lib/index.d.ts"
},
"./types": {
"types": "./lib/types.d.ts"
},
"./package.json": "./package.json"
},
"main": "lib/index.d.ts",
"files": [
"lib"
],
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0",
"pnpm": ">=8.6.0"
},
"scripts": {
"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"
},
"peerDependencies": {
"stylelint": ">=16.0.0",
"stylelint-define-config": ">=1.0.0"
},
"peerDependenciesMeta": {
"stylelint": {
"optional": true
}
},
"devDependencies": {
"@pengzhanbo/eslint-config": "^1.12.0",
"bumpp": "^9.5.1",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.9.0",
"stylelint": "^16.8.2",
"stylelint-define-config": "^1.6.0",
"stylelint-order": "^6.0.4",
"typescript": "^5.5.4"
}
}