cellsysBase/package.json

14 lines
262 B
JSON
Raw Normal View History

2024-08-14 16:20:56 +08:00
{
"name": "@airkoon/cellsys",
2024-08-22 14:41:07 +08:00
"version": "1.15.3",
2024-08-14 16:20:56 +08:00
"description": "边缘服务器相关",
"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": {
"canvg": "~3.0.7"
}
}