2022-08-08 12:03:16 +08:00
|
|
|
{
|
|
|
|
"name": "user-access",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Give user access to the given path",
|
|
|
|
"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": {
|
2022-08-26 18:34:54 +08:00
|
|
|
"admina": "0.1.1"
|
2022-08-08 12:03:16 +08:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"chown",
|
|
|
|
"recursive",
|
|
|
|
"user-access",
|
|
|
|
"user",
|
|
|
|
"access",
|
|
|
|
"path",
|
|
|
|
"fs",
|
|
|
|
"home",
|
|
|
|
"directory",
|
|
|
|
"shell",
|
|
|
|
"bash"
|
|
|
|
]
|
|
|
|
}
|