{ "name": "untildify-user", "version": "1.0.0", "description": "Untildify a path for the current user even if it is root", "homepage": "https://github.com/aminya/setup-cpp", "license": "Apache-2.0", "author": "Amin Yahyaabadi", "main": "./dist/index.js", "source": "./src/index.ts", "scripts": { "build": "tsc --pretty", "lint.tsc": "tsc --noEmit --pretty", "lint.eslint": "eslint **/*.{ts,tsx,js,jsx,cjs,mjs,json,yaml} --no-error-on-unmatched-pattern --cache --cache-location ./.cache/eslint/ --fix" }, "dependencies": { "admina": "1.0.1" }, "keywords": [ "tilde", "expansion", "expand", "untildify", "path", "home", "directory", "user", "shell", "bash" ], "devDependencies": {} }