async-pdf
Version:
Create, Modify and Merge PDF Files
55 lines • 1.29 kB
JSON
{
"name": "async-pdf",
"version": "0.2.1",
"description": "Create, Modify and Merge PDF Files",
"main": "cjs/index.js",
"module": "es/index.js",
"types": "cjs/index.d.ts",
"dependencies": {
"pdf-lib": "^1.17.1"
},
"devDependencies": {
"@types/node": "^17.0.30",
"tslint": "^6.1.3",
"typescript": "^4.6.3"
},
"scripts": {
"start": "tsc && node dist/app.js",
"build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && tsc -p tsconfig-es.json && tsc -p tsconfig-es2015.json",
"prepublish": "npm run build"
},
"author": "Samuel Pereira - pereirasamueljp",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pereirasamueljp/async-pdf.git"
},
"contributors": [
"Samuel Pereira (https://github.com/pereirasamueljp)",
"Breno Oliveira (https://github.com/brenoaos@me.com)"
],
"files": [
"dist",
"cjs",
"es",
"es2015",
"src"
],
"keywords": [
"pdf",
"async",
"merge",
"simple",
"async-pdf",
"pdf-async",
"merge-pdf",
"pdf-merge",
"simple-pdf",
"pdf-simple",
"easy"
],
"bugs": {
"url": "https://github.com/pereirasamueljp/async-pdf/issues"
},
"homepage": "https://github.com/pereirasamueljp/async-pdf#readme"
}