-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 985 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
{
"name": "vuemojis",
"version": "0.0.2",
"description": "High quality Emoji component for Vue, supporting multiple platforms",
"main": "dist/library.js",
"module": "dist/library.mjs",
"files": [
"dist/*"
],
"scripts": {
"build": "rollup -c",
"prepare": "npm run build",
"release": "release-it"
},
"keywords": [
"vue",
"emojis",
"emoji component",
"emoji svg",
"svg",
"png"
],
"repository": {
"type": "git",
"url": "git+https://github.com/treboryx/vuemojis.git"
},
"author": "treboryx",
"license": "MIT",
"bugs": {
"url": "https://github.com/treboryx/vuemojis/issues"
},
"homepage": "https://github.com/treboryx/vuemojis#readme",
"devDependencies": {
"@vue/compiler-sfc": "^3.2.31",
"release-it": "^14.12.4",
"rollup": "^2.67.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-vue": "^6.0.0",
"vue": "^3.2.31"
}
}