-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 824 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 824 Bytes
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
{
"name": "emaction",
"version": "1.0.11",
"private": false,
"description": "GitHub styled emoji reaction for blogs.",
"keywords": [
"emoji", "reaction"
],
"license": "MIT",
"homepage": "https://emaction.cool",
"browser": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/emaction/emaction.frontend.git"
},
"author": {
"email": "contact@tiezhu.wang",
"name": "tiezhu.wang",
"url": "https://tiezhu.wang"
},
"scripts": {
"build": "rm -rf ./dist && mkdir ./dist && npx rollup -p @rollup/plugin-node-resolve index.js > ./dist/bundle.js"
},
"dependencies": {
"@lit/reactive-element": "^1.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"lit": "^2.0.0",
"lit-element": "^3.0.0",
"lit-html": "^2.0.0",
"rollup": "^3.26.3"
}
}