UNPKG

@sleekify/sleekify-fastify

Version:

A TypeScript decorator driven approach for developing Fastify web applications.

65 lines (64 loc) 1.78 kB
{ "name": "@sleekify/sleekify-fastify", "version": "1.2.4", "description": "A TypeScript decorator driven approach for developing Fastify web applications.", "scripts": { "build": "tsc", "lint": "eslint --ext .ts .", "test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js", "validate": "npm run build && npm run lint -- --fix && npm test" }, "repository": { "type": "git", "url": "git+https://github.com/sleekify/sleekify-fastify.git" }, "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "files": [ "/dist/src" ], "author": "Jesse Walseth", "license": "Apache License 2.0", "bugs": { "url": "https://github.com/sleekify/sleekify-fastify/issues" }, "homepage": "https://github.com/sleekify/sleekify-fastify#readme", "keywords": [ "api", "decorator", "jax-rs", "open", "rest", "spring", "web" ], "devDependencies": { "@tsconfig/node18": "^18.2.0", "@types/jest": "^29.5.3", "@types/lodash": "^4.14.196", "@types/uuid": "^9.0.2", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", "axios": "^1.5.0", "eslint": "^8.47.0", "eslint-config-standard-with-typescript": "^38.0.0", "eslint-plugin-import": "^2.28.1", "eslint-plugin-n": "^16.0.1", "eslint-plugin-promise": "^6.1.1", "jest": "^29.6.2", "jest-junit": "^16.0.0", "ts-jest": "^29.1.1", "typescript": "^5.1.6" }, "dependencies": { "@sleekify/sleekify": "^1.2.4", "@types/node": "^20.4.5", "fastify": "^5.0.0", "fastify-openapi-glue": "^4.7.1", "fastify-plugin": "^5.0.1", "lodash": "^4.17.21", "openapi-types": "^12.1.3", "tsimportlib": "^0.0.5", "uuid": "^9.0.0" } }