mirror of
https://github.com/pdfme/pdfme.git
synced 2026-04-18 21:19:10 -04:00
55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"name": "root",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"author": "hand-dot",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"pdf",
|
|
"pdf-generation",
|
|
"pdf-designer",
|
|
"pdf-viewer",
|
|
"typescript",
|
|
"react"
|
|
],
|
|
"description": "TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!",
|
|
"homepage": "https://pdfme.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:pdfme/pdfme.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pdfme/pdfme/issues"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"postinstall": "./link-workspaces.sh",
|
|
"clean": "npm run --workspaces clean",
|
|
"lint": "npm run --workspaces lint",
|
|
"build": "npm run --workspaces clean && npm run --workspaces build",
|
|
"test": "npm run --workspaces test"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.16.7",
|
|
"@types/jest": "^27.4.0",
|
|
"@types/react": "^17.0.52",
|
|
"@types/react-dom": "^17.0.18",
|
|
"@typescript-eslint/eslint-plugin": "^5.9.1",
|
|
"@typescript-eslint/parser": "^5.9.1",
|
|
"babel-loader": "^8.2.2",
|
|
"eslint": "^8.6.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"jest": "^27.4.7",
|
|
"prettier": "^2.3.2",
|
|
"rimraf": "^3.0.2",
|
|
"ts-jest": "^27.1.2",
|
|
"ts-jest-resolver": "^2.0.0",
|
|
"ts-loader": "^9.2.5",
|
|
"ts-prune": "^0.10.3",
|
|
"typescript": "^4.5.4",
|
|
"url-loader": "^4.1.1"
|
|
}
|
|
} |