iching-broker-level2/node_modules/opener/package.json
Christopher Hase b27a419c2f
All checks were successful
ci / build (push) Successful in 1m33s
add http-server part 5
2025-04-09 11:10:36 +02:00

20 lines
504 B
JSON

{
"name": "opener",
"description": "Opens stuff, like webpages and files and executables, cross-platform",
"version": "1.5.2",
"author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)",
"license": "(WTFPL OR MIT)",
"repository": "domenic/opener",
"main": "lib/opener.js",
"bin": "bin/opener-bin.js",
"files": [
"lib/",
"bin/"
],
"scripts": {
"lint": "eslint ."
},
"devDependencies": {
"eslint": "^7.7.0"
}
}