You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
504 B
21 lines
504 B
3 years ago
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|