@dataroadinc/setup-auth
Version:
CLI tool and programmatic API for automated OAuth setup across cloud platforms
112 lines (111 loc) • 3.54 kB
JSON
{
"name": "@dataroadinc/setup-auth",
"version": "0.0.5-2",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"@dataroadinc/setup-auth": "dist/index.js"
},
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./api": {
"import": "./dist/api/index.js",
"types": "./dist/api/index.d.ts"
}
},
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
"dev": "tsx src/index.ts",
"start": "tsx src/index.ts",
"lint": "eslint .",
"lint:md": "markdownlint '**/*.md'",
"lint:md:fix": "markdownlint '**/*.md' --fix",
"fix:md": "./fix-markdown.sh",
"format": "prettier --write . --config prettier.config.js",
"format:check": "prettier --check . --config prettier.config.js",
"test": "vitest run",
"test:watch": "vitest",
"prebuild": "pnpm run clean",
"prepublishOnly": "pnpm run build",
"prepare": "husky",
"version:current": "node node_modules/@dataroadinc/versioning/dist/update-package-version.js",
"version:next": "node node_modules/@dataroadinc/versioning/dist/next-patch-version.js",
"version:release": "node node_modules/@dataroadinc/versioning/dist/generate-changelog.js && pnpm run version:current",
"generate-changelog": "node node_modules/@dataroadinc/versioning/dist/generate-changelog.js",
"next-patch-version": "node node_modules/@dataroadinc/versioning/dist/next-patch-version.js",
"update-package-version": "node node_modules/@dataroadinc/versioning/dist/update-package-version.js"
},
"description": "CLI tool and programmatic API for automated OAuth setup across cloud platforms",
"keywords": [
"authentication",
"oauth",
"vercel",
"google",
"github",
"azure",
"opennext",
"setup",
"cloud"
],
"author": "DataRoad",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dataroadinc/dr-ts-setup-auth.git"
},
"bugs": {
"url": "https://github.com/dataroadinc/dr-ts-setup-auth/issues"
},
"homepage": "https://github.com/dataroadinc/dr-ts-setup-auth#readme",
"dependencies": {
"@commander-js/extra-typings": "14.0.0",
"@google-cloud/iam-credentials": "4.0.1",
"@google-cloud/iap": "^4.0.1",
"@google-cloud/org-policy": "^4.0.1",
"@google-cloud/resource-manager": "^6.0.1",
"@google-cloud/service-usage": "^4.1.0",
"@googleapis/oauth2": "^1.0.7",
"axios": "^1.8.4",
"build": "^0.1.4",
"commander": "14.0.0",
"dotenv": "17.2.0",
"exponential-backoff": "^3.1.2",
"google-auth-library": "^10.1.0",
"google-gax": "^5.0.1",
"googleapis": "154.0.0",
"vercel": "44.5.3"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@dataroadinc/versioning": "0.0.6",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.23.0",
"@types/node": "^24.0.13",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"dotenv-cli": "9.0.0",
"eslint": "^9.31.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-import": "^2.31.0",
"globals": "^16.0.0",
"husky": "^9.1.7",
"markdownlint-cli": "^0.45.0",
"prettier": "^3.6.2",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.16",
"tsx": "4.19.3",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
},
"engines": {
"node": ">=22.0.0",
"pnpm": ">=10.0.0"
},
"packageManager": "pnpm@10.10.0"
}