smartbrowser/package.json

46 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",
2019-06-04 06:29:06 +00:00
"version": "1.0.14",
2019-05-28 21:27:55 +00:00
"description": "simplified puppeteer",
2016-09-19 18:00:19 +00:00
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
2019-06-03 15:16:47 +00:00
"test": "tstest test/",
"build": "tsbuild"
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": {
2019-06-03 15:16:47 +00:00
"@pushrocks/smartdelay": "^2.0.3",
"@pushrocks/smartpdf": "^1.0.17",
2019-06-04 06:29:05 +00:00
"@pushrocks/smartpuppeteer": "^1.0.5",
"@pushrocks/smartunique": "^3.0.1"
2016-09-19 18:00:19 +00:00
},
"devDependencies": {
2019-05-28 21:27:55 +00:00
"@gitzone/tsbuild": "^2.1.11",
"@gitzone/tstest": "^1.0.24",
"@pushrocks/tapbundle": "^3.0.9",
2019-06-03 15:16:47 +00:00
"tslint": "^5.17.0",
2019-05-28 21:27:55 +00:00
"tslint-config-prettier": "^1.18.0"
},
"private": true,
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-06-03 15:17:20 +00:00
}