spec-api/package.json

18 lines
333 B
JSON
Raw Normal View History

2023-09-18 12:40:32 +02:00
{
"name": "spec-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^16.3.1",
"fastify": "^4.23.2",
"systeminformation": "^5.21.6"
}
}