install.fairie/home/dot_local/bin/package.json
Brian Zalewski 36cf2e0cce Latest
2024-05-01 01:21:52 +00:00

17 lines
No EOL
393 B
JSON

{
"name": "install-doctor-bin",
"version": "1.0.0",
"description": "NPM packages that accompany scripts in ~/.local/bin",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"linux-os-info": "2.0.0"
}
}