initial commit
This commit is contained in:
32
package.json
Normal file
32
package.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user