@fastify/awilix
Version:
Dependency injection support for fastify framework
98 lines (97 loc) • 2.09 kB
JSON
{
"name": "@fastify/awilix",
"version": "8.2.0",
"description": "Dependency injection support for fastify framework",
"license": "MIT",
"maintainers": [
{
"name": "Igor Savin",
"email": "kibertoad@gmail.com"
}
],
"contributors": [
{
"name": "Matteo Collina",
"email": "hello@matteocollina.com"
},
{
"name": "Manuel Spigolon",
"email": "behemoth89@gmail.com"
},
{
"name": "Rafael Gonzaga",
"email": "rafael.nunu@hotmail.com",
"url": "https://github.com/rafaelgss"
},
{
"name": "Frazer Smith",
"email": "frazer.dev@icloud.com",
"url": "https://github.com/fdawgs"
}
],
"main": "lib/index.js",
"type": "commonjs",
"types": "lib/index.d.ts",
"scripts": {
"lint": "eslint",
"lint:fix": "eslint --fix",
"test": "npm run test:unit && npm run test:typescript",
"test:typescript": "tsd",
"test:unit": "c8 --100 node --test"
},
"dependencies": {
"awilix-manager": "^6.2.1",
"fastify-plugin": "^5.1.0"
},
"peerDependencies": {
"awilix": ">=9.0.0",
"fastify": "^5.0.0"
},
"devDependencies": {
"@types/node": "^24.0.8",
"awilix": "^12.0.4",
"c8": "^10.1.3",
"eslint": "^9.17.0",
"fastify": "^5.6.2",
"neostandard": "^0.12.0",
"tsd": "^0.33.0"
},
"homepage": "http://github.com/fastify/fastify-awilix",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fastify"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fastify"
}
],
"repository": {
"type": "git",
"url": "git://github.com/fastify/fastify-awilix.git"
},
"bugs": {
"url": "https://github.com/fastify/fastify-awilix/issues"
},
"keywords": [
"fastify",
"plugin",
"di",
"dependency-injection",
"dependency",
"injection",
"inversion",
"control",
"awilix"
],
"files": [
"README.md",
"LICENSE",
"lib/*",
"!lib/index.test-d.ts"
],
"publishConfig": {
"access": "public"
}
}