-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 877 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
{
"name": "@zemd/typeface-open-sauce-fonts",
"version": "0.0.0-development",
"description": "Self-host the Open Sauce fonts in a neatly bundled NPM package.",
"type": "module",
"exports": {
"./styles/*": "./styles/*",
"./files/*": "./files/*"
},
"keywords": ["font", "font family", "open sauce", "typeface"],
"author": "Dmytro Zelenetskyi <dmytro.zelenetskyi@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/zemd/typeface-open-sauce-fonts#readme",
"repository": {
"type": "git",
"url": "https://github.com/zemd/typeface-open-sauce-fonts.git"
},
"scripts": {
"semantic-release": "semantic-release --debug"
},
"devDependencies": {
"semantic-release": "^19.0.3"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com",
"access": "restricted"
},
"release": {
"branches": ["main"]
}
}