mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 12:20:34 +00:00

* chore: extract the type and comment from apis * chore: template code * feat: openapi * pref: openapi generator. send into public/openapi folder
22 lines
438 B
JSON
22 lines
438 B
JSON
{
|
|
"name": "test",
|
|
"module": "index.js",
|
|
"scripts": {
|
|
"build": "tsc index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/types": "^7.25.6",
|
|
"@types/babel__generator": "^7.6.8",
|
|
"@types/babel__traverse": "^7.20.6"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/generator": "^7.25.6",
|
|
"@babel/parser": "^7.25.6",
|
|
"@babel/traverse": "^7.25.6",
|
|
"babel": "^6.23.0"
|
|
}
|
|
}
|