Spaces:
Sleeping
Sleeping
File size: 855 Bytes
391a73c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | {
"name": "@react-pdf/textkit",
"license": "MIT",
"version": "6.3.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.3",
"bidi-js": "^1.0.2",
"hyphen": "^1.6.4",
"unicode-properties": "^1.4.1"
},
"devDependencies": {
"@types/fontkit": "^2.0.7"
}
}
|