jsy-app/package.json

20 lines
327 B
JSON
Raw Normal View History

2024-09-18 10:30:10 +08:00
{
"name": "jsy-user-new",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"sass": "^1.77.8"
},
"dependencies": {
"jsencrypt": "^3.3.2",
"mqtt": "^3.0.0"
}
}