install.fairie/home/dot_local/bin/package.json
Marley Rae d27348122c Update home/.local/bin/installx
Update home/.local/bin/package.json
2024-09-03 00:23:30 -04:00

18 lines
418 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",
"async": "3.2.6"
}
}