41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "glimpse",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"type": "module",
|
|
"main": "dist/src/index.js",
|
|
"bin": {
|
|
"glimpse": "./dist/src/index.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc && chmod +x dist/src/index.js",
|
|
"lint": "oxlint --ignore-pattern node_modules --ignore-pattern .direnv --ignore-pattern dist . && tsc --noEmit",
|
|
"start": "tsx src/index.ts",
|
|
"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": "MIT",
|
|
"dependencies": {
|
|
"oxlint": "^1.61.0",
|
|
"selenium-webdriver": "^4.43.0",
|
|
"turndown": "^7.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.6.0",
|
|
"@types/selenium-webdriver": "^4.35.5",
|
|
"@types/turndown": "^5.0.6",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^6.0.3"
|
|
}
|
|
}
|