spec-api/package.json

18 lines
333 B
JSON

{
"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"
}
}