mist/package.json

19 lines
372 B
JSON
Raw Normal View History

2023-11-12 00:16:24 +08:00
{
"name": "mist",
"version": "1.0.0",
"description": "薄雾 用户算力资源检测",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.satori.love:satori/mist.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2"
}
}