{ "name": "@pushrocks/smartpdf", "version": "2.0.3", "private": false, "description": "create pdfs on the fly", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/)", "format": "(gitzone format)", "build": "(tsbuild)" }, "devDependencies": { "@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", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@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", "express": "^4.17.1" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ] }