-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 954 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
{
"name": "minidenticons-elm",
"version": "1.0.1",
"description": "Super lightweight SVG identicon generator for Elm",
"author": "Laurent Payot",
"license": "BSD-3-Clause",
"keywords": [
"identicon",
"generator",
"svg",
"avatar",
"icon",
"lightweight",
"light",
"elm"
],
"repository": {
"type": "git",
"url": "git+https://github.com/laurentpayot/minidenticons-elm.git"
},
"bugs": {
"url": "https://github.com/laurentpayot/minidenticons-elm/issues"
},
"homepage": "https://package.elm-lang.org/packages/laurentpayot/minidenticons-elm/latest",
"engines": {
"node": ">=13.2.0"
},
"scripts": {
"update": "ncu -u --pre beta && npm i",
"build": "elm make",
"test": "elm-test",
"serve": "edp -b -p 5000"
},
"devDependencies": {
"elm": "^0.19.1-5",
"elm-doc-preview": "^5.0.5",
"elm-test": "^0.19.1-revision7",
"npm-check-updates": "^12.3.0"
}
}