@do-while-for-each/font-jetbrains-mono
Version:
31 lines (30 loc) • 661 B
JSON
{
"name": "@do-while-for-each/font-jetbrains-mono",
"description": "JetBrains Mono",
"version": "1.0.2",
"main": "style.css",
"style": "style.css",
"homepage": "https://github.com/dwfe/font-jetbrains-mono",
"bugs": "https://github.com/dwfe/font-jetbrains-mono/issues",
"repository": {
"type": "git",
"url": "git@github.com:dwfe/font-jetbrains-mono.git"
},
"keywords": [
"JetBrains Mono",
"font",
"monospace"
],
"files": [
"ttf",
"woff2",
"style.css"
],
"scripts": {
"postversion": "git push",
"deploy": "npm version patch && npm publish"
},
"publishConfig": {
"access": "public"
}
}