oneuptime/Dashboard/package.json

17 lines
341 B
JSON
Raw Normal View History

2022-05-22 08:46:54 +00:00
{
"name": "dashboard",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2022-05-22 08:51:47 +00:00
"dependencies": {
"Common": "file:../Common",
"CommonServer": "file:../CommonServer",
"CommonUI": "file:../CommonUI"
},
2022-05-22 08:46:54 +00:00
"author": "",
2022-05-22 08:51:47 +00:00
"license": "MIT"
2022-05-22 08:46:54 +00:00
}