|
|
- {
- "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": {
- "fastify": "^3.9.2",
- "fastify-static": "^3.3.1"
- }
- }
|