-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 894 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
{
"name": "@piste-icons/svg",
"version": "0.0.0-development",
"description": "SVGs for ski trail difficulty symbols",
"author": "Kirk Eaton <[email protected]>",
"bugs": {
"url": "https://github.com/kirkeaton/piste-icons-svg/issues"
},
"devDependencies": {
"@kirkeaton/semantic-release-config": "1.0.3",
"semantic-release": "24.2.1",
"svgo": "3.3.2"
},
"files": [
"*.svg"
],
"homepage": "https://github.com/kirkeaton/piste-icons-svg#readme",
"keywords": [
"piste",
"ski",
"trail",
"difficulty",
"icons",
"svg"
],
"license": "BSD-3-Clause",
"packageManager": "[email protected]",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kirkeaton/piste-icons-svg.git"
},
"scripts": {
"build": "svgo --quiet .",
"prepublishOnly": "pnpm build"
}
}