mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
16 lines
281 B
JSON
16 lines
281 B
JSON
{
|
|
"name": "open-api",
|
|
"version": "0.0.0",
|
|
"description": "openApi module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"test": "node ./__tests__/common.test.js"
|
|
},
|
|
"dependencies": {
|
|
"copy-to-clipboard": "^3.3.3"
|
|
},
|
|
"devDependencies": {
|
|
}
|
|
}
|