Packages

An Elixir library for browser automation using the Chrome DevTools Protocol

Current section

Files

Jump to
tungsten priv devtools-protocol scripts package.json
Raw

priv/devtools-protocol/scripts/package.json

{
"version": "0.0.510771",
"license": "SEE LICENSE IN https://chromium.googlesource.com/chromium/src/+/master/LICENSE",
"scripts": {
"build-protocol-dts": "ts-node protocol-dts-generator.ts",
"type-check": "tsc -p tsconfig.json",
"changelog": "node generate-changelog.js"
},
"devDependencies": {
"@types/node": "^9.6.0",
"just-diff": "^2.1.0",
"obj-list-diff": "^1.0.0",
"simple-git": "^1.75.0",
"ts-node": "^7.0.0",
"typescript": "3.0.1"
}
}