You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
532 B

{
"private": true,
"name": "tinkerforge-restful",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@gitea.tentakelfabrik.de:herrhase/tinkerforge-restful.git"
},
"author": "Björn Hase",
"license": "MIT",
"dependencies": {
"dotenv": "^8.2.0",
"fastify": "^3.9.2",
"fastify-bearer-auth": "^5.0.2",
"fastify-jwt": "^2.3.0",
"fastify-static": "^3.3.1"
}
}