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

30 lines
532 B
JSON
Raw Normal View History

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"
]
}