cellsysBase/package.json

16 lines
323 B
JSON
Raw Normal View History

2024-08-14 16:20:56 +08:00
{
"name": "@airkoon/cellsys",
2025-03-28 16:23:51 +08:00
"version": "1.16.4",
2025-01-13 14:11:16 +08:00
"description": "边缘服务器和cloud的公共库",
2024-08-14 16:20:56 +08:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2024-08-22 14:40:00 +08:00
"author": "gui",
2024-08-14 16:20:56 +08:00
"license": "ISC",
"dependencies": {
2024-12-26 16:18:03 +08:00
"canvg": "~3.0.7",
"axios": "~1.4.0",
"dayjs": "~1.10.6"
2024-08-14 16:20:56 +08:00
}
}