bxztApp/packages/shared/package.json

12 lines
174 B
JSON
Raw Normal View History

2025-10-15 14:07:39 +08:00
{
"name": "@h5/shared",
"version": "1.0.0",
"private": true,
"type": "module",
"main": "index.js",
"scripts": {},
"dependencies": {
"axios": "^1.6.0"
}
}