@cdwr/nx-migrate-action
Version:
The Nx Migrate GitHub Action will keep your workspace up to date.
46 lines • 1.06 kB
JSON
{
"name": "@cdwr/nx-migrate-action",
"version": "1.3.0",
"private": false,
"description": "The Nx Migrate GitHub Action will keep your workspace up to date.",
"repository": {
"type": "git",
"url": "https://github.com/codeware-sthlm/codeware.git",
"directory": "packages/nx-migrate-action"
},
"author": {
"name": "Codeware Sthlm",
"email": "hello@codeware.se",
"url": "https://codeware.se"
},
"license": "MIT",
"keywords": [
"Automation",
"GitHub Actions",
"Migrate",
"Nx"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@nx/devkit": "^20.0.0",
"@octokit/graphql-schema": "^15.25.0",
"replace-in-file": "^7.2.0",
"zod": "^3.23.8"
},
"type": "module",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.js",
"require": "./index.cjs"
}
},
"types": "./index.d.ts",
"main": "./index.js",
"module": "./index.js"
}