-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 849 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
{
"name": "emoji-set",
"version": "1.1.0",
"description": "Emoji library with functions to allow for searching by emoji, group or keyword",
"main": "dist/main.js",
"scripts": {
"test": "standard && node tests/index.js | tap-spec",
"build": "webpack",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chapmankyle/emoji-set.git"
},
"homepage": "https://github.com/chapmankyle/emoji-set#readme",
"bugs": {
"url": "https://github.com/chapmankyle/emoji-set/issues"
},
"author": "Kyle Chapman",
"license": "GPL-3.0",
"keywords": [
"emoji",
"emojis",
"group",
"search",
"js"
],
"devDependencies": {
"standard": "^16.0.3",
"tap-spec": "^5.0.0",
"tape": "^5.2.2",
"webpack": "^5.67.0",
"webpack-cli": "^4.9.2"
}
}