jspdf-autotable
Version:
Generate pdf tables with javascript (jsPDF plugin)
62 lines (61 loc) • 1.96 kB
JSON
{
"name": "jspdf-autotable",
"version": "3.4.3",
"description": "Generate pdf tables with javascript (jsPDF plugin)",
"main": "dist/jspdf.plugin.autotable.js",
"types": "dist/index",
"files": [
"dist/*"
],
"directories": {
"example": "examples"
},
"peerDependencies": {
"jspdf": "^1.5.3"
},
"prettier": {
"semi": false,
"singleQuote": true
},
"devDependencies": {
"dts-bundle-generator": "^4.0.0",
"jspdf": "^1.5.3",
"mocha": "^7.1.1",
"npm-check-updates": "^4.1.2",
"prettier": "2.0.4",
"ts-loader": "^6.2.2",
"ts-node": "^8.8.2",
"typescript": "^3.8.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"scripts": {
"start": "webpack-dev-server -d --open",
"start-external": "webpack-dev-server -d --open --host 0.0.0.0",
"build": "webpack --mode=production && webpack --mode=production --minified && npm run types",
"test": "mocha --require ts-node/register",
"format-all": "prettier --write src",
"version": "npm test && npm run build && git add -A dist",
"hosting": "git push origin master:gh-pages -f",
"deploy": "git push --follow-tags && npm run hosting && npm publish",
"update-libs": "ncu -u && npm i && cd examples/browserify && ncu -u && npm i && cd ../nodejs && ncu -u && npm i && cd ../requirejs && ncu -u && npm i && cd ../typescript && ncu -u && npm i && cd ../webpack && ncu -u && npm i",
"types": "dts-bundle-generator src/main.ts -o ./dist/index.d.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/simonbengtsson/jsPDF-AutoTable.git"
},
"keywords": [
"pdf",
"table",
"jspdf"
],
"author": "Simon Bengtsson <dev@simonbengtsson.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/simonbengtsson/jsPDF-AutoTable/issues"
},
"homepage": "https://simonbengtsson.github.io/jsPDF-AutoTable",
"dependencies": {}
}