mirror of
https://github.com/langgenius/dify.git
synced 2026-04-21 15:28:42 +08:00
23 lines
497 B
JSON
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:"
|
|
}
|
|
}
|