Dining_Hall/package.json

16 lines
300 B
JSON
Raw Normal View History

2024-12-17 09:13:52 +08:00
{
"name": "gz_safety_app",
"version": "1.0.0",
2025-03-14 15:15:54 +08:00
"description": "绿智食堂",
2024-12-17 09:13:52 +08:00
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2025-02-19 09:34:34 +08:00
"crypto-js": "^4.2.0",
"image-tools": "^1.4.0"
2024-12-17 09:13:52 +08:00
}
}