aws-sdk-js-codemod
Version:
Collection of codemod scripts that help update AWS SDK for JavaScript APIs
62 lines (61 loc) • 1.52 kB
JSON
{
"name": "aws-sdk-js-codemod",
"version": "3.0.2",
"description": "Collection of codemod scripts that help update AWS SDK for JavaScript APIs",
"keywords": [
"jscodeshift",
"transform",
"aws",
"sdk",
"javascript",
"v2",
"v3",
"migration"
],
"homepage": "https://github.com/aws/aws-sdk-js-codemod",
"license": "MIT-0",
"author": {
"name": "Amazon Web Services",
"url": "http://aws.amazon.com"
},
"contributors": [
"Kamat, Trivikram <trivikr.dev@gmail.com>"
],
"files": [
"bin",
"dist"
],
"main": "dist/cli.js",
"types": "dist/cli.d.ts",
"bin": "bin/aws-sdk-js-codemod",
"repository": {
"type": "git",
"url": "git+https://github.com/aws/aws-sdk-js-codemod.git"
},
"scripts": {
"build": "tsc",
"check": "biome check --write",
"ci": "biome ci",
"generate:map": "tsx scripts/generateClientTypesMap",
"generate:tests": "tsx scripts/generateNewClientTests",
"release": "tsx scripts/testUpdatedIdentifiers && yarn build && changeset publish",
"test": "node --import tsx --test src/**/*.spec.ts"
},
"dependencies": {
"jscodeshift": "17.3.0"
},
"devDependencies": {
"@biomejs/biome": "2.0.6",
"@changesets/cli": "^2.29.4",
"@tsconfig/node18": "^18.2.4",
"@types/jscodeshift": "^17.3.0",
"@types/node": "^18.19.112",
"aws-sdk": "2.1692.0",
"tsx": "^4.20.3",
"typescript": "~5.9.2"
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "yarn@4.9.2"
}