-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 974 Bytes
/
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
{
"publisher": "zguolee",
"name": "tabler-icons",
"version": "0.3.7",
"private": true,
"packageManager": "[email protected]",
"engines": {
"vscode": "*"
},
"contributes": {
"productIconThemes": [
{
"id": "tabler-icons-test",
"label": "Tabler Icons Icons",
"path": "./theme/tabler-icons.json"
}
]
},
"scripts": {
"build": "esno scripts/build.ts",
"release": "bumpp package.json",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@antfu/eslint-config": "^0.27.0",
"@antfu/ni": "^0.21.9",
"@tabler/icons": "^2.46.0",
"@tabler/icons-webfont": "^3.19.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.9.0",
"@vscode/vsce": "^2.22.0",
"bumpp": "^9.2.0",
"eslint": "^8.53.0",
"esno": "^0.16.3",
"fs-extra": "^10.1.0",
"typescript": "^4.9.5",
"webfont": "^11.2.26"
},
"eslintConfig": {
"extends": "@antfu"
}
}