smartpdf/package.json

45 lines
1.1 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",
2021-03-05 15:16:23 +00:00
"version": "2.0.3",
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": {
2021-03-05 15:16:22 +00:00
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsrun": "^1.2.12",
"@gitzone/tstest": "^1.0.52",
"@pushrocks/tapbundle": "^3.2.14",
"@types/node": "^14.14.31",
"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": {
2021-03-05 15:16:22 +00:00
"@pushrocks/smartfile": "^8.0.8",
"@pushrocks/smartnetwork": "^1.1.22",
"@pushrocks/smartpromise": "^3.1.3",
"@pushrocks/smartpuppeteer": "^1.0.21",
"@pushrocks/smartunique": "^3.0.3",
"@types/express": "^4.17.11",
2019-06-03 21:34:33 +00:00
"express": "^4.17.1"
2019-05-28 21:57:50 +00:00
},
"files": [
2019-11-11 12:04:36 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
2019-05-28 21:57:50 +00:00
"cli.js",
"npmextra.json",
"readme.md"
]
2019-11-11 12:04:36 +00:00
}