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.

33 lines
784 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. {
  2. "private": true,
  3. "name": "tinkerforge-restful",
  4. "version": "1.0.0",
  5. "description": "",
  6. "main": "index.js",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git@gitea.tentakelfabrik.de:herrhase/tinkerforge-restful.git"
  13. },
  14. "author": "Björn Hase",
  15. "license": "MIT",
  16. "dependencies": {
  17. "axios": "^0.21.1",
  18. "dotenv": "^8.2.0",
  19. "fastify": "^3.9.2",
  20. "fastify-auth": "^1.0.1",
  21. "fastify-jwt": "^2.3.0",
  22. "fastify-static": "^3.3.1",
  23. "riot": "^5.1.4",
  24. "tinkerforge": "^2.1.32"
  25. },
  26. "devDependencies": {
  27. "@riotjs/compiler": "^5.1.3",
  28. "@riotjs/webpack-loader": "^5.0.0",
  29. "cross-env": "^7.0.3",
  30. "laravel-mix": "^6.0.10",
  31. "postcss": "^8.2.4"
  32. }
  33. }