UNPKG

mission.pdf-module

Version:
45 lines (44 loc) 1.09 kB
{ "name": "mission.pdf-module", "version": "0.0.5", "description": "mission pdf maker module", "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "prebuild": "node_modules/.bin/rimraf lib", "lint": "tslint -p tsconfig.json", "build": "npm run lint && tsc", "prepublishOnly": "npm run build", "build-docs": "typedoc --out ./docs", "publish": "" }, "repository": { "type": "git", "url": "https://github.com/mission-io/pdfmaker.git" }, "keywords": [ "mission", "pdf", "maker" ], "typescript": { "definition": "./lib/index.d.ts" }, "author": { "name": "Natarajan Ganapathi", "email": "natarajanmca11@gmail.com", "url": "https://www.linkedin.com/in/natarajanganapathi" }, "license": "MIT", "homepage": "https://mission-io.github.io/docs/index.html", "devDependencies": {}, "dependencies": { "@types/puppeteer": ">=1.20.2", "puppeteer": ">=1.20.0" }, "peerDependencies": { "dotenv": ">=8.2.0", "mission.api": ">=1.0.7", "mission.template": ">=1.0.0" } }