{ "name": "@pushrocks/smartbrowser", "version": "1.0.5", "description": "simplified puppeteer", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(npmts)", "build": "echo \"Not needed for now\"" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/pushrocks/smartbrowser.git" }, "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/smartbrowser/issues" }, "homepage": "https://gitlab.com/pushrocks/smartbrowser#README", "dependencies": { "puppeteer": "^1.17.0" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.11", "@gitzone/tstest": "^1.0.24", "@pushrocks/tapbundle": "^3.0.9", "tslint": "^5.16.0", "tslint-config-prettier": "^1.18.0" }, "private": true, "files": [ "ts/*", "ts_web/*", "dist/*", "dist_web/*", "assets/*", "cli.js", "npmextra.json", "readme.md" ] }