Spaces:
Sleeping
Sleeping
File size: 659 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 | {
"name": "@react-pdf/primitives",
"version": "4.3.0",
"license": "MIT",
"description": "Define uninitialized elements",
"author": "Diego Muracciole <diegomuracciole@gmail.com>",
"homepage": "https://github.com/diegomura/react-pdf#readme",
"type": "module",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/diegomura/react-pdf.git",
"directory": "packages/primitives"
},
"scripts": {
"build": "rimraf ./lib && rollup -c",
"watch": "rimraf ./lib && rollup -c -w",
"test": "vitest",
"typecheck": "tsc --noEmit"
},
"files": [
"lib"
]
}
|