@xeito/injection
Version:
Dependency Injection for Xeito | Framework for building web applications
24 lines (23 loc) • 482 B
JSON
{
"name": "@xeito/injection",
"version": "0.3.5",
"description": "Dependency Injection for Xeito | Framework for building web applications",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist"
],
"author": "Samuel Bazaga",
"license": "MIT",
"keywords": [
"Xeito",
"Framework",
"Web",
"Typescript"
],
"dependencies": {}
}