dify/packages/migrate-no-unchecked-indexed-access/package.json
Stephen Zhou 40e040ca1a
chore: workspace lint (#35331)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-04-16 16:47:53 +00:00

23 lines
497 B
JSON

{
"name": "migrate-no-unchecked-indexed-access",
"type": "module",
"version": "0.0.0-private",
"private": true,
"bin": {
"migrate-no-unchecked-indexed-access": "./bin/migrate-no-unchecked-indexed-access.js"
},
"scripts": {
"build": "vp pack",
"type-check": "tsc"
},
"dependencies": {
"typescript": "catalog:"
},
"devDependencies": {
"@dify/tsconfig": "workspace:*",
"@types/node": "catalog:",
"vite": "catalog:",
"vite-plus": "catalog:"
}
}