UNPKG

@wroud/di-tools-codemod

Version:

@wroud/di-tools-codemod is a codemod utility that automates the migration of your codebase from Inversify to @wroud/di. It streamlines the transformation process, allowing for effortless and customizable transitions through configuration support.

74 lines 2.02 kB
{ "name": "@wroud/di-tools-codemod", "description": "@wroud/di-tools-codemod is a codemod utility that automates the migration of your codebase from Inversify to @wroud/di. It streamlines the transformation process, allowing for effortless and customizable transitions through configuration support.", "version": "0.3.3", "type": "module", "packageManager": "yarn@4.6.0", "license": "MIT", "author": "Wroud", "homepage": "https://wroud.dev", "repository": { "type": "git", "url": "https://github.com/Wroud/foundation", "directory": "packages/@wroud/di-tools-codemod" }, "sideEffects": [], "bin": "./bin/di-tools-codemod.cjs", "exports": { ".": "./lib/cjs/index.js", "./package.json": "./package.json" }, "files": [ "package.json", "LICENSE", "README.md", "CHANGELOG.md", "lib", "!lib/**/*.d.ts.map", "bin", "!lib/**/*.test.js", "!lib/**/*.test.d.ts", "!lib/**/*.test.d.ts.map", "!lib/**/*.test.js.map", "!lib/tests", "!.tsbuildinfo" ], "engines": { "node": ">=20" }, "scripts": { "ci:release": "ci release --prefix di-tools-codemod-v", "ci:git-tag": "ci git-tag --prefix di-tools-codemod-v", "ci:release-github": "ci release-github --prefix di-tools-codemod-v", "test": "tests-runner", "test:ci": "CI=true yarn run test", "test:watch": "vitest watch", "clear": "rimraf ./lib", "build": "tsc -b && yarn tsc -b tsconfig.commonjs.json" }, "devDependencies": { "@types/jscodeshift": "^0", "@types/node": "^20", "@vitest/coverage-v8": "^2", "@wroud/ci": "0.0.0", "@wroud/tests-runner": "0.0.0", "@wroud/tsconfig": "0.0.0", "typescript": "^5", "vitest": "^2" }, "dependencies": { "jscodeshift": "^17" }, "keywords": [ "codemod", "migration", "inversify", "@wroud/di", "dependency injection", "automated migration", "code transformation", "refactoring tool", "di-tools", "transformer" ] }