UNPKG

@orderly.network/codemod

Version:

`orderly-codemod` is a command-line tool to help you migrate the package import and `OrderlyAppProvider` configuration from v1 to v2

25 lines 444 B
{ "name": "@orderly.network/codemod", "version": "1.1.0", "description": "", "bin": { "orderly-codemod": "bin/cli.js" }, "keywords": [ "orderly", "codemod" ], "publishConfig": { "access": "public" }, "dependencies": { "enquirer": "^2.4.1", "glob": "^11.0.0", "jscodeshift": "^17.1.1", "typescript": "^5.6.3", "yargs": "^17.7.2" }, "scripts": { "codemod": "node ./bin/cli.js" } }