{ "name": "parsec-keyboard", "version": "1.0.0", "description": "This project was bootstrapped with Fastify-CLI.", "main": "app.js", "directories": { "test": "test" }, "scripts": { "test": "tap \"test/**/*.test.js\"", "start": "fastify start -l info app.js", "dev": "fastify start -w -l info -P app.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@fastify/autoload": "^5.0.0", "@fastify/cors": "^8.3.0", "@fastify/sensible": "^5.0.0", "@fastify/static": "^6.10.2", "axios": "^1.4.0", "axios-cache-interceptor": "^1.2.0", "fastify": "^4.0.0", "fastify-cli": "^5.8.0", "fastify-plugin": "^4.0.0" }, "devDependencies": { "tap": "^16.1.0" } }