smartpdf/package.json

50 lines
1.2 KiB
JSON
Raw Normal View History

2018-10-06 13:25:45 +00:00
{
2018-10-06 15:35:26 +00:00
"name": "@pushrocks/smartpdf",
2022-01-06 12:23:05 +00:00
"version": "2.0.18",
2018-10-06 15:35:26 +00:00
"private": false,
2018-10-06 13:25:45 +00:00
"description": "create pdfs on the fly",
2021-03-05 15:38:11 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2018-10-06 13:25:45 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
2021-03-06 15:33:07 +00:00
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
2018-10-06 13:25:45 +00:00
},
"devDependencies": {
2021-10-14 08:59:45 +00:00
"@gitzone/tsbuild": "^2.1.28",
"@gitzone/tsrun": "^1.2.18",
2022-01-05 13:19:39 +00:00
"@gitzone/tstest": "^1.0.60",
"@pushrocks/tapbundle": "^3.2.15",
"@types/node": "^17.0.8",
2021-03-05 15:16:22 +00:00
"tslint": "^6.1.3",
2019-11-12 13:41:03 +00:00
"tslint-config-prettier": "^1.18.0"
2018-10-06 13:25:45 +00:00
},
"dependencies": {
2022-01-05 13:19:39 +00:00
"@pushrocks/smartfile": "^9.0.5",
2021-04-29 15:19:14 +00:00
"@pushrocks/smartnetwork": "^2.0.10",
2021-10-14 08:59:45 +00:00
"@pushrocks/smartpromise": "^3.1.6",
2022-01-05 13:19:39 +00:00
"@pushrocks/smartpuppeteer": "^1.0.36",
2021-03-05 15:16:22 +00:00
"@pushrocks/smartunique": "^3.0.3",
2021-10-14 08:59:45 +00:00
"@types/express": "^4.17.13",
2022-01-05 13:19:39 +00:00
"express": "^4.17.2",
2022-01-05 16:20:28 +00:00
"pdf-merger-js": "^3.2.1",
"pdf2json": "^2.0.0"
2019-05-28 21:57:50 +00:00
},
"files": [
2019-11-11 12:04:36 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
2021-03-05 15:38:11 +00:00
"dist_*/**/*",
"dist_ts/**/*",
2019-11-11 12:04:36 +00:00
"dist_ts_web/**/*",
"assets/**/*",
2019-05-28 21:57:50 +00:00
"cli.js",
"npmextra.json",
"readme.md"
2021-03-05 15:38:11 +00:00
],
"browserslist": [
"last 1 chrome versions"
2019-05-28 21:57:50 +00:00
]
2021-04-14 11:35:06 +00:00
}