playd
Version:
Browser automation tool using Chrome DevTools Protocol
45 lines (44 loc) • 818 B
JSON
{
"name": "playd",
"version": "0.1.4",
"description": "Browser automation tool using Chrome DevTools Protocol",
"main": "playd",
"bin": {
"playd": "playd"
},
"scripts": {
"test": "node test.js"
},
"keywords": [
"browser",
"automation",
"chrome",
"cdp",
"devtools",
"scraping",
"testing",
"cli"
],
"author": "Slava Vishnyakov",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"ws": "^8.14.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slava-vishnyakov/playd.git"
},
"homepage": "https://slava-vishnyakov.github.io/playd/",
"bugs": {
"url": "https://github.com/slava-vishnyakov/playd/issues"
},
"files": [
"playd",
"test.js",
"README.md",
"LICENSE"
]
}