smartpdf/package.json

33 lines
840 B
JSON
Raw Normal View History

2018-10-06 13:25:45 +00:00
{
2018-10-06 15:35:26 +00:00
"name": "@pushrocks/smartpdf",
2019-04-10 13:12:55 +00:00
"version": "1.0.4",
2018-10-06 15:35:26 +00:00
"private": false,
2018-10-06 13:25:45 +00:00
"description": "create pdfs on the fly",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
2018-10-06 15:35:26 +00:00
"test": "(tstest test/)",
"format": "(gitzone format)",
"build": "(tsbuild)"
2018-10-06 13:25:45 +00:00
},
"devDependencies": {
2019-04-10 13:12:54 +00:00
"@gitzone/tsbuild": "^2.1.8",
"@gitzone/tsrun": "^1.2.5",
"@gitzone/tstest": "^1.0.20",
"@pushrocks/tapbundle": "^3.0.9",
"@types/node": "^11.13.2"
2018-10-06 13:25:45 +00:00
},
"dependencies": {
2019-04-10 13:12:54 +00:00
"@pushrocks/smartfile": "^7.0.2",
2018-10-06 13:25:45 +00:00
"@pushrocks/smartnetwork": "^1.1.0",
2019-04-10 13:12:54 +00:00
"@pushrocks/smartpromise": "^3.0.2",
2018-10-06 15:35:26 +00:00
"@pushrocks/smartunique": "^3.0.1",
2019-04-10 13:12:54 +00:00
"@types/express": "^4.16.1",
"@types/puppeteer": "^1.12.3",
"express": "^4.16.4",
"puppeteer": "^1.14.0"
2018-10-06 13:25:45 +00:00
}
}