tea-school
Version:
A simplified html + css --> PDF generator
47 lines (46 loc) • 1.19 kB
JSON
{
"name": "tea-school",
"version": "1.5.0",
"description": "A simplified html + css --> PDF generator",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npx tsc",
"test": "npx ts-mocha ./src/__tests__/**.test.ts --timeout 5000",
"example": "npx ts-node examples/basic-usage/index.ts",
"example:invoice": "npx ts-node examples/invoice/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AmirTugi/tea-school.git"
},
"keywords": [
"PDF",
"puppeteer",
"nodejs",
"pdf-generator"
],
"author": "Amir Tugendhaft",
"license": "ISC",
"bugs": {
"url": "https://github.com/AmirTugi/tea-school/issues"
},
"homepage": "https://github.com/AmirTugi/tea-school#readme",
"devDependencies": {
"@types/chai": "^4.1.6",
"@types/mocha": "^5.2.5",
"@types/node-sass": "^3.10.32",
"@types/pug": "^2.0.4",
"@types/puppeteer": "^1.12.4",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"ts-mocha": "^2.0.0",
"tslint": "^5.10.0",
"typescript": "^2.9.2"
},
"dependencies": {
"node-sass": "^4.9.2",
"pug": "^2.0.3",
"puppeteer": "^1.18.1"
}
}