-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.11 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": "@fe6/icon-vue",
"version": "1.2.2",
"description": "Water Icon 的 VUE3 图标",
"keywords": [
"vue",
"vue icon",
"vue3",
"vue3 icon",
"icon",
"icon pack",
"icon park",
"IconPark",
"svg",
"system icons",
"component",
"components",
"design",
"fe6",
"fe6 icon"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/fe6/icon.git",
"directory": "packages/vue"
},
"author": "iq9891 <[email protected]>",
"main": "lib/index.js",
"module": "es/index.js",
"unpkg": "lib/index.js",
"jsdelivr": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"release": "esno ../../scripts/release.ts vue",
"changelog": "conventional-changelog -p angular -i changelog.md -s --commit-path . --lerna-package vue"
},
"homepage": "https://github.com/fe6/icon#readme",
"bugs": {
"url": "https://github.com/fe6/icon/issues"
},
"engines": {
"node": ">= 16.0.0"
},
"sideEffects": [
"styles/**"
],
"packageManager": "[email protected]",
"dependencies": {
"vue": "^3.2.31"
}
}