smartpuppeteer/package.json

39 lines
858 B
JSON
Raw Normal View History

2019-06-03 20:24:10 +00:00
{
"name": "@pushrocks/smartpuppeteer",
2019-11-15 20:44:13 +00:00
"version": "1.0.7",
2019-06-03 20:24:10 +00:00
"private": false,
"description": "simplified access to puppeteer",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
2019-06-03 21:28:44 +00:00
"build": "(tsbuild --web)",
2019-06-03 20:24:10 +00:00
"format": "(gitzone format)"
},
"devDependencies": {
2019-11-15 17:59:29 +00:00
"@gitzone/tsbuild": "^2.1.17",
"@gitzone/tstest": "^1.0.28",
"@pushrocks/tapbundle": "^3.0.13",
"@types/node": "^12.12.7",
"tslint": "^5.20.1",
2019-06-03 20:24:10 +00:00
"tslint-config-prettier": "^1.15.0"
},
2019-06-03 20:48:40 +00:00
"dependencies": {
2019-11-15 20:44:11 +00:00
"@pushrocks/smartenv": "^4.0.8",
2019-11-15 17:59:29 +00:00
"@types/puppeteer": "^1.20.2",
"puppeteer": "^2.0.0"
2019-06-03 20:48:40 +00:00
},
2019-06-03 20:24:10 +00:00
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}