npm publish

This commit is contained in:
Minseo Lee 2022-05-11 13:57:15 +09:00
parent 250023eecc
commit d12cdc40eb
2 changed files with 28 additions and 0 deletions

3
.npmignore Normal file
View File

@ -0,0 +1,3 @@
bitsnpicas/
files/
src/

25
package.json Normal file
View File

@ -0,0 +1,25 @@
{
"name": "galmuri",
"version": "2.13.17",
"description": "Bitmap fonts based on the font design from Nintendo DS",
"repository": {
"type": "git",
"url": "git+https://github.com/quiple/galmuri.git"
},
"keywords": [
"font",
"fonts",
"typeface",
"truetype",
"ttf",
"bitmap-font",
"bdf",
"nintendo-ds"
],
"author": "Minseo Lee (itoupluk427@gmail.com)",
"license": "OFL-1.1",
"bugs": {
"url": "https://github.com/quiple/galmuri/issues"
},
"homepage": "https://galmuri.quiple.dev"
}