17 lines
342 B
JSON
17 lines
342 B
JSON
{
|
|
"name": "thermenlast",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"jsdom": "^26.0.0",
|
|
"memoizee": "^0.4.17",
|
|
"prom-client": "^15.1.3"
|
|
}
|
|
}
|