smartbrowser/package.json

48 lines
1.1 KiB
JSON
Raw Normal View History

2016-09-19 18:00:19 +00:00
{
2019-05-28 21:27:55 +00:00
"name": "@pushrocks/smartbrowser",
2020-06-01 20:20:57 +00:00
"version": "1.0.16",
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",
2016-09-19 18:00:19 +00:00
"scripts": {
2020-06-01 20:19:25 +00:00
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
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": {
2020-06-01 20:19:25 +00:00
"@pushrocks/smartdelay": "^2.0.9",
"@pushrocks/smartpdf": "^2.0.2",
"@pushrocks/smartpuppeteer": "^1.0.15",
"@pushrocks/smartunique": "^3.0.3"
2016-09-19 18:00:19 +00:00
},
"devDependencies": {
2020-06-01 20:19:25 +00:00
"@gitzone/tsbuild": "^2.1.24",
"@gitzone/tstest": "^1.0.32",
"@pushrocks/tapbundle": "^3.2.1",
"tslint": "^6.1.2",
2019-05-28 21:27:55 +00:00
"tslint-config-prettier": "^1.18.0"
},
"private": true,
"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"
]
2019-06-03 15:17:20 +00:00
}