2022-08-08 11:04:59 +08:00
|
|
|
{
|
|
|
|
"name": "untildify-user",
|
2024-08-27 06:12:30 +08:00
|
|
|
"version": "1.0.1",
|
2022-08-08 12:03:16 +08:00
|
|
|
"description": "Untildify a path for the current user even if it is root",
|
2024-08-16 17:01:51 +08:00
|
|
|
"repository": "https://github.com/aminya/setup-cpp",
|
|
|
|
"homepage": "https://github.com/aminya/setup-cpp/tree/master/packages/untildify-user",
|
2022-08-08 11:04:59 +08:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"author": "Amin Yahyaabadi",
|
|
|
|
"main": "./dist/index.js",
|
|
|
|
"source": "./src/index.ts",
|
2024-08-24 06:33:10 +08:00
|
|
|
"type": "module",
|
2022-08-08 11:04:59 +08:00
|
|
|
"scripts": {
|
2024-08-16 06:55:02 +08:00
|
|
|
"build": "tsc --pretty",
|
2024-08-24 06:20:37 +08:00
|
|
|
"dev": "tsc --watch --pretty",
|
2024-08-16 08:01:33 +08:00
|
|
|
"lint.tsc": "tsc --noEmit --pretty",
|
2024-08-16 17:32:26 +08:00
|
|
|
"lint.eslint": "eslint **/*.{ts,tsx,js,jsx,cjs,mjs,json,yaml} --no-error-on-unmatched-pattern --cache --cache-location ./.cache/eslint/ --fix",
|
|
|
|
"prepublishOnly": "pnpm run build"
|
2022-08-08 11:04:59 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-01-23 08:23:22 +08:00
|
|
|
"admina": "1.0.1"
|
2022-08-08 11:04:59 +08:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"tilde",
|
|
|
|
"expansion",
|
|
|
|
"expand",
|
|
|
|
"untildify",
|
|
|
|
"path",
|
|
|
|
"home",
|
|
|
|
"directory",
|
|
|
|
"user",
|
|
|
|
"shell",
|
|
|
|
"bash"
|
2024-08-07 14:51:00 +08:00
|
|
|
],
|
|
|
|
"devDependencies": {}
|
2022-08-08 11:04:59 +08:00
|
|
|
}
|