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.

20 lines
442 B

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. "fastify": "^3.9.2",
  18. "fastify-static": "^3.3.1"
  19. }
  20. }