@ghoran/font-page
Version:
Quran page by page no-unicode fonts
32 lines • 606 B
JSON
{
"name": "@ghoran/font-page",
"version": "0.0.7",
"description": "Quran page by page no-unicode fonts",
"main": "dist/index.mjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
},
"./fonts/": "./fonts/"
},
"sideEffects": false,
"type": "module",
"keywords": [
"quran",
"font",
"ghoran"
],
"author": "",
"license": "MIT",
"files": [
"dist/**/*",
"fonts/**/*"
],
"scripts": {
"build": "unbuild",
"prepublish": "pnpm run build"
}
}