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.

34 lines
784 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": {
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"fastify": "^3.9.2",
"fastify-auth": "^1.0.1",
"fastify-jwt": "^2.3.0",
"fastify-static": "^3.3.1",
"riot": "^5.1.4",
"tinkerforge": "^2.1.32"
},
"devDependencies": {
"@riotjs/compiler": "^5.1.3",
"@riotjs/webpack-loader": "^5.0.0",
"cross-env": "^7.0.3",
"laravel-mix": "^6.0.10",
"postcss": "^8.2.4"
}
}