UNPKG

@tylertech/forge-upgrade

Version:

Automated upgrade utility for the Tyler Forge™ based projects.

54 lines (53 loc) 1.2 kB
{ "name": "@tylertech/forge-upgrade", "version": "2.4.0", "description": "Automated upgrade utility for the Tyler Forge™ based projects.", "main": "index.mjs", "publishConfig": { "access": "public" }, "bin": { "forge-upgrade": "index.mjs" }, "engines": { "node": ">=16.0.0" }, "keywords": [ "tyler", "forge", "upgrade", "migration" ], "author": "Tyler Technologies, Inc.", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/tyler-technologies-oss/forge-upgrade.git" }, "scripts": { "release": "auto shipit" }, "files": [ "configurations/**/*", "migrations/**/*", "*.mjs" ], "dependencies": { "canonical-path": "^1.0.0", "chalk": "^5.3.0", "glob": "^11.0.0", "jscodeshift": "^17.0.0", "ora": "^8.1.0", "posthtml": "^0.16.6", "posthtml-attrs-parser": "^1.1.1", "posthtml-match-helper": "^2.0.2", "replace-in-file": "^8.1.0", "yargs": "^17.7.2" }, "devDependencies": { "@auto-it/conventional-commits": "^11.2.1", "@auto-it/first-time-contributor": "^11.2.1", "@auto-it/npm": "^11.2.1", "auto": "^11.2.1" } }