37 lines
855 B
JSON
37 lines
855 B
JSON
{
|
|
"name": "@react-pdf/textkit",
|
|
"license": "MIT",
|
|
"version": "6.0.0",
|
|
"description": "An advanced text layout framework",
|
|
"type": "module",
|
|
"main": "./lib/textkit.js",
|
|
"types": "./lib/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/diegomura/react-pdf.git",
|
|
"directory": "packages/textkit"
|
|
},
|
|
"contributors": [
|
|
"Devon Govett <devongovett@gmail.com>",
|
|
"Diego Muracciole <diegomuracciole@gmail.com>"
|
|
],
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"build": "rimraf ./lib && rollup -c",
|
|
"watch": "rimraf ./lib && rollup -c -w",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"dependencies": {
|
|
"@react-pdf/fns": "3.1.2",
|
|
"bidi-js": "^1.0.2",
|
|
"hyphen": "^1.6.4",
|
|
"unicode-properties": "^1.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fontkit": "^2.0.7"
|
|
}
|
|
}
|