setup-cpp/packages/untildify-user/package.json

30 lines
572 B
JSON
Raw Normal View History

2022-08-08 11:04:59 +08:00
{
"name": "untildify-user",
"version": "1.0.0",
2022-08-08 12:03:16 +08:00
"description": "Untildify a path for the current user even if it is root",
2022-08-08 11:04:59 +08:00
"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"
},
"dependencies": {
"admina": "1.0.1",
2024-01-22 13:31:35 +08:00
"untildify": "^5.0.0"
2022-08-08 11:04:59 +08:00
},
"keywords": [
"tilde",
"expansion",
"expand",
"untildify",
"path",
"home",
"directory",
"user",
"shell",
"bash"
]
}