2016-09-19 18:00:19 +00:00
|
|
|
{
|
2019-05-28 21:27:55 +00:00
|
|
|
"name": "@pushrocks/smartbrowser",
|
2022-03-24 22:41:51 +00:00
|
|
|
"version": "2.0.1",
|
2019-05-28 21:27:55 +00:00
|
|
|
"description": "simplified puppeteer",
|
2020-06-01 20:19:25 +00:00
|
|
|
"main": "dist_ts/index.js",
|
|
|
|
"typings": "dist_ts/index.d.ts",
|
2022-03-24 13:57:16 +00:00
|
|
|
"type": "module",
|
2016-09-19 18:00:19 +00:00
|
|
|
"scripts": {
|
2020-06-01 20:19:25 +00:00
|
|
|
"test": "(tstest test/ --web)",
|
2022-03-24 13:57:16 +00:00
|
|
|
"build": "(tsbuild --web --allowimplicitany)"
|
2016-09-19 18:00:19 +00:00
|
|
|
},
|
|
|
|
"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": {
|
2022-03-24 13:57:16 +00:00
|
|
|
"@pushrocks/smartdelay": "^2.0.13",
|
2022-03-24 22:41:51 +00:00
|
|
|
"@pushrocks/smartpdf": "^3.0.1",
|
2022-03-24 13:57:16 +00:00
|
|
|
"@pushrocks/smartpuppeteer": "^2.0.0",
|
2020-06-01 20:19:25 +00:00
|
|
|
"@pushrocks/smartunique": "^3.0.3"
|
2016-09-19 18:00:19 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-03-24 22:41:51 +00:00
|
|
|
"@gitzone/tsbuild": "^2.1.61",
|
2022-03-24 13:57:16 +00:00
|
|
|
"@gitzone/tstest": "^1.0.69",
|
|
|
|
"@pushrocks/tapbundle": "^5.0.3",
|
2021-04-29 14:52:28 +00:00
|
|
|
"tslint": "^6.1.3",
|
2019-05-28 21:27:55 +00:00
|
|
|
"tslint-config-prettier": "^1.18.0"
|
|
|
|
},
|
2020-06-01 20:25:32 +00:00
|
|
|
"private": false,
|
2019-05-28 21:27:55 +00:00
|
|
|
"files": [
|
2020-06-01 20:19:25 +00:00
|
|
|
"ts/**/*",
|
|
|
|
"ts_web/**/*",
|
|
|
|
"dist/**/*",
|
|
|
|
"dist_*/**/*",
|
|
|
|
"dist_ts/**/*",
|
|
|
|
"dist_ts_web/**/*",
|
|
|
|
"assets/**/*",
|
2019-05-28 21:27:55 +00:00
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
2021-04-29 14:52:28 +00:00
|
|
|
],
|
|
|
|
"browserslist": [
|
|
|
|
"last 1 chrome versions"
|
2019-05-28 21:27:55 +00:00
|
|
|
]
|
2021-11-07 19:42:50 +00:00
|
|
|
}
|