mservice-node
Version:
minimal node micro service framework on top of fastify
46 lines (45 loc) • 1.2 kB
JSON
{
"name": "mservice-node",
"version": "2.1.1",
"description": "minimal node micro service framework on top of fastify",
"main": "index.js",
"scripts": {
"test": "export $(grep -v '^#' ./test/.env | xargs -d '\n') && jest",
"demo": "export $(grep -v '^#' ./demo/.env | xargs -d '\n') && node ./demo/demo.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/songpr/micro_service.git"
},
"keywords": [
"nodejs",
"microserice",
"fastify"
],
"author": "Pornchai Rungsirijaratthong",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/songpr/micro_service/issues"
},
"homepage": "https://github.com/songpr/micro_service#readme",
"dependencies": {
"@fastify/auth": "^3.0.2",
"@fastify/bearer-auth": "^8.0.1",
"@fastify/cors": "^8.0.0",
"@fastify/jwt": "^6.2.1",
"@fastify/swagger": "^7.4.1",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"fastify": "^4.2.0",
"get-jwks": "^7.1.1",
"mysql2": "^2.3.3",
"pino": "^8.1.0"
},
"devDependencies": {
"got": "^12.0.1",
"jest": "^27.3.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}