first commit

This commit is contained in:
2024-05-25 14:35:04 +10:00
commit 42ad806ee7
4 changed files with 191 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "testappfetching",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"get-installed-apps": "^1.1.0"
}
}