UNPKG

installed-sw

Version:
35 lines (34 loc) 811 B
{ "name": "installed-sw", "version": "1.0.1", "description": "Retrieve installed apps info", "main": "dist/index.js", "files": [ "dist" ], "scripts": { "prepublish": "esbuild src/index.js --bundle --outfile=dist/index.js --platform=node --format=cjs --target=es6" }, "repository": { "type": "git", "url": "git+https://github.com/dubisdev/installed-sw.git" }, "keywords": [ "file", "path", "apps", "utility" ], "author": "David Jiménez", "license": "MIT", "bugs": { "url": "https://github.com/dubisdev/installed-sw/issues" }, "homepage": "https://github.com/dubisdev/installed-sw#readme", "devDependencies": { "esbuild": "0.14.38", "get-windows-shortcut-properties": "1.0.0", "glob": "7.2.0", "glob-promise": "4.2.2" } }