Files
glimpse/package.json
2026-04-26 12:49:28 -04:00

33 lines
895 B
JSON

{
"name": "glimpse",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"bin": {
"glimpse": "./index.js"
},
"scripts": {
"lint": "oxlint --ignore-pattern node_modules --ignore-pattern .direnv .",
"start": "node index.js",
"test": "node test/smoke.js",
"test:smoke": "node test/smoke.js",
"test:list": "node test/smoke.js --list",
"test:help": "node test/smoke.js help",
"test:snapshot": "node test/smoke.js snapshot",
"test:exec": "node test/smoke.js exec",
"test:screenshot": "node test/smoke.js screenshot",
"test:wait": "node test/smoke.js wait",
"test:errors": "node test/smoke.js errors",
"test:js": "node test/smoke.js js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"oxlint": "^1.61.0",
"selenium-webdriver": "^4.43.0",
"turndown": "^7.2.4"
}
}