mirror of https://github.com/aminya/setup-cpp
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "setup-apt",
|
|
"version": "1.0.0",
|
|
"description": "Setup apt packages and repositories in Debian/Ubuntu-based distributions",
|
|
"repository": "https://github.com/aminya/setup-cpp",
|
|
"homepage": "https://github.com/aminya/setup-cpp/tree/master/packages/setup-apt",
|
|
"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",
|
|
"prepublishOnly": "pnpm run build"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^12",
|
|
"admina": "^1.0.1",
|
|
"ci-info": "^4.0.0",
|
|
"path-exists": "^5.0.0",
|
|
"ci-log": "workspace:*",
|
|
"envosman": "workspace:*",
|
|
"which": "4.0.0",
|
|
"execa": "^7.2.0",
|
|
"escape-string-regexp": "^5.0.0",
|
|
"node-downloader-helper": "2.1.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"keywords": [
|
|
"setup",
|
|
"apt",
|
|
"apt-get",
|
|
"repository",
|
|
"add-apt-repository",
|
|
"apt-cache",
|
|
"aptitude",
|
|
"install",
|
|
"setup-apt",
|
|
"repositories",
|
|
"linux",
|
|
"ubuntu",
|
|
"debian",
|
|
"package",
|
|
"apt-key"
|
|
],
|
|
"devDependencies": {}
|
|
}
|