bluesky-account-migrator
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "bluesky-account-migrator", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "A CLI for migrating Bluesky accounts from one PDS to another.", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/rekmarks/bluesky-account-migrator.git" | ||
"url": "https://github.com/rekmarks/bluesky-account-migrator.git" | ||
}, | ||
@@ -45,9 +45,14 @@ "keywords": [ | ||
"scripts": { | ||
"build": "npm run build:ts-bridge && npm run build:chmod", | ||
"build:test": "npm run build && npm run build:test:fakes", | ||
"build": "pnpm build:ts-bridge && pnpm build:chmod", | ||
"build:test": "pnpm build && pnpm build:test:fakes", | ||
"build:test:fakes": "esbuild ./test/FakeMigration.ts --bundle --outfile=./dist/migration/Migration.mjs --format=esm --target=es2022 --platform=node --packages=external", | ||
"build:ts-bridge": "ts-bridge --project tsconfig.build.json --verbose --clean --no-references", | ||
"build:chmod": "chmod +x ./dist/main.mjs && chmod +x ./dist/main.cjs", | ||
"lint": "prettier --check . && tsc --noEmit", | ||
"lint:fix": "prettier --write . && tsc --noEmit", | ||
"lint": "pnpm lint:eslint && pnpm lint:misc --check && pnpm lint:changelog && pnpm lint:dependencies --check && pnpm lint:types", | ||
"lint:changelog": "auto-changelog validate --prettier --repo https://github.com/rekmarks/bluesky-account-migrator.git", | ||
"lint:dependencies": "depcheck && pnpm dedupe", | ||
"lint:eslint": "eslint . --cache", | ||
"lint:misc": "prettier '**/*.json' '**/*.md' '**/*.yml' '!CHANGELOG.md' '!pnpm-lock.yaml' --ignore-path .gitignore --no-error-on-unmatched-pattern", | ||
"lint:types": "tsc --noEmit", | ||
"lint:fix": "pnpm lint:eslint --fix && pnpm lint:misc --write && pnpm lint:changelog && pnpm lint:dependencies && pnpm lint:types", | ||
"test": "vitest run" | ||
@@ -66,2 +71,10 @@ }, | ||
"devDependencies": { | ||
"@atproto/xrpc": "^0.6.5", | ||
"@lavamoat/preinstall-always-fail": "^2.1.0", | ||
"@metamask/auto-changelog": "^4.0.0", | ||
"@metamask/create-release-branch": "^3.1.0", | ||
"@metamask/eslint-config": "^14.0.0", | ||
"@metamask/eslint-config-nodejs": "^14.0.0", | ||
"@metamask/eslint-config-typescript": "^14.0.0", | ||
"@metamask/eslint-config-vitest": "^1.0.0", | ||
"@ts-bridge/cli": "^0.6.1", | ||
@@ -71,6 +84,15 @@ "@tsconfig/node22": "^22.0.0", | ||
"@types/yargs": "^17.0.33", | ||
"depcheck": "^1.4.7", | ||
"esbuild": "^0.24.0", | ||
"eslint": "^9.17.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-import-resolver-typescript": "^3.7.0", | ||
"eslint-plugin-import-x": "^4.5.0", | ||
"eslint-plugin-jsdoc": "^50.6.1", | ||
"eslint-plugin-n": "^17.15.0", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"eslint-plugin-promise": "^7.2.1", | ||
"eslint-plugin-vitest": "^0.5.4", | ||
"prettier": "^3.4.2", | ||
"typescript": "^5.7.2", | ||
"vite": "^5.4.11", | ||
"vitest": "^2.1.8" | ||
@@ -84,3 +106,7 @@ }, | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c", | ||
"pnpm": { | ||
"onlyBuiltDependencies": [] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
93137
1430
0
26