2024-04-30 18:21:52 -07:00
|
|
|
{
|
|
|
|
"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": {
|
2024-09-02 19:23:45 -07:00
|
|
|
"linux-os-info": "2.0.0"
|
2024-04-30 18:21:52 -07:00
|
|
|
}
|
2024-09-02 18:42:08 -07:00
|
|
|
}
|