@peculiar/pdf-font
Version:
Font handling library for PDF document generation
53 lines (52 loc) • 1.38 kB
JSON
{
"name": "@peculiar/pdf-font",
"version": "1.17.1",
"description": "Font handling library for PDF document generation",
"keywords": [
"pdf",
"font",
"truetype",
"opentype",
"font-metrics",
"typography"
],
"author": "microshine <microshine@mail.ru>",
"homepage": "https://github.com/PeculiarVentures/pdf/tree/master/packages/pdf-font#readme",
"license": "AGPL",
"main": "build/peculiar.pdf.font.js",
"module": "build/peculiar.pdf.font.es.js",
"types": "build/index.d.ts",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [
"build",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/PeculiarVentures/pdf.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"clear": "rimraf build/*",
"build": "rollup -c",
"rebuild": "yarn run clear && yarn run build",
"prepack": "npm run rebuild",
"scripts:default": "ts-node scripts/default"
},
"bugs": {
"url": "https://github.com/PeculiarVentures/pdf/issues"
},
"dependencies": {
"@peculiar/asn1-schema": "^2.3.13",
"bytestreamjs": "2.0.1",
"fontjs": "^3.0.1",
"pako": "^2.1.0",
"pvtsutils": "^1.3.6",
"tslib": "^2.8.1"
},
"gitHead": "5909f25f54def17880f0760a7e33f0c4aaff4bda"
}