1
0
mirror of synced 2025-12-26 14:00:11 -05:00
Files
blitz/packages/codemod/package.json
github-actions[bot] bbe1a54d7a Version Packages (#4316)
* Version Packages

* chore: update pnpm lock

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com>
2024-04-02 06:39:08 +00:00

52 lines
1.3 KiB
JSON

{
"name": "@blitzjs/codemod",
"version": "2.0.6",
"scripts": {
"build": "unbuild",
"dev": "watch unbuild src --wait=0.2",
"lint": "eslint . --fix",
"test": "vitest run",
"test-watch": "vitest",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"browser": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"sideEffects": false,
"license": "MIT",
"files": [
"dist/**",
"bin/**"
],
"bin": "bin/@blitzjs/codemod",
"dependencies": {
"@babel/core": "7.12.10",
"@babel/plugin-proposal-class-properties": "7.17.12",
"@babel/plugin-syntax-jsx": "7.17.12",
"@babel/plugin-syntax-typescript": "7.17.12",
"@blitzjs/generator": "2.0.6",
"arg": "5.0.1",
"blitz": "2.0.6",
"chalk": "^4.1.0",
"cross-spawn": "7.0.3",
"debug": "4.3.3",
"esbuild": "0.14.34",
"fs-extra": "10.0.1",
"jscodeshift": "0.13.0",
"prompts": "2.4.2"
},
"devDependencies": {
"@babel/preset-env": "7.12.10",
"@blitzjs/config": "2.0.6",
"@types/jscodeshift": "0.11.2",
"@types/node": "18.11.9",
"ast-types": "0.14.2",
"unbuild": "0.7.6",
"watch": "1.0.2"
},
"publishConfig": {
"access": "public"
}
}