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",
2019-11-19 16:31:34 +00:00
"version": "2.0.2",
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-11-11 12:04:13 +00:00
"@gitzone/tsbuild": "^2.1.17",
2019-08-14 09:39:35 +00:00
"@gitzone/tsrun": "^1.2.8",
2019-11-11 12:04:13 +00:00
"@gitzone/tstest": "^1.0.28",
"@pushrocks/tapbundle": "^3.0.13",
2019-11-15 23:50:11 +00:00
"@types/node": "^12.12.8",
2019-11-12 13:41:03 +00:00
"tslint": "^6.0.0-beta0",
"tslint-config-prettier": "^1.18.0"
2018-10-06 13:25:45 +00:00
},
"dependencies": {
2019-11-11 12:04:13 +00:00
"@pushrocks/smartfile": "^7.0.6",
"@pushrocks/smartnetwork": "^1.1.14",
"@pushrocks/smartpromise": "^3.0.6",
2019-11-15 23:50:11 +00:00
"@pushrocks/smartpuppeteer": "^1.0.11",
2018-10-06 15:35:26 +00:00
"@pushrocks/smartunique": "^3.0.1",
2019-11-11 12:04:13 +00:00
"@types/express": "^4.17.2",
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
}