46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"name": "@pushrocks/smartbrowser",
|
|
"version": "1.0.13",
|
|
"description": "simplified puppeteer",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "tstest test/",
|
|
"build": "tsbuild"
|
|
},
|
|
"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": {
|
|
"@pushrocks/smartdelay": "^2.0.3",
|
|
"@pushrocks/smartpdf": "^1.0.17",
|
|
"@pushrocks/smartunique": "^3.0.1",
|
|
"puppeteer": "^1.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"@gitzone/tsbuild": "^2.1.11",
|
|
"@gitzone/tstest": "^1.0.24",
|
|
"@pushrocks/tapbundle": "^3.0.9",
|
|
"tslint": "^5.17.0",
|
|
"tslint-config-prettier": "^1.18.0"
|
|
},
|
|
"private": true,
|
|
"files": [
|
|
"ts/*",
|
|
"ts_web/*",
|
|
"dist/*",
|
|
"dist_web/*",
|
|
"assets/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
]
|
|
}
|