-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.2 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
{
"name": "iconfontx",
"type": "module",
"version": "0.0.8",
"packageManager": "[email protected]",
"description": "package and compress iconfont styles and fonts into a single CSS file for local use",
"author": "imba97",
"license": "MIT",
"homepage": "https://github.com/imba97/iconfontx#readme",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/imba97/iconfontx"
},
"bugs": {
"url": "https://github.com/imba97/iconfontx/issues"
},
"keywords": [
"iconfontx",
"iconfont"
],
"main": "dist/index.mjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"bin": "bin/iconfontx.mjs",
"files": [
"dist"
],
"scripts": {
"stub": "unbuild --stub",
"build": "unbuild",
"test": "vitest",
"lint": "eslint .",
"release": "bumpp"
},
"dependencies": {
"cac": "^6.7.14",
"csso": "^5.0.5",
"fs-extra": "^11.2.0",
"picocolors": "^1.0.1"
},
"devDependencies": {
"@imba97/eslint-config": "^0.0.2",
"@types/csso": "^5.0.4",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.1.0",
"bumpp": "^9.4.2",
"eslint": "^9.8.0",
"typescript": "^5.5.4",
"unbuild": "^2.0.0",
"vitest": "^2.0.5"
}
}