Skip to main content
Module

x/lambda_ioc/package.json

Super type safe dependency injection πŸ’‰ for TypeScript (inspired by Diddly)
Latest
File
{ "private": true, "workspaces": [ "lambda-ioc" ], "scripts": { "build": "yarn workspaces run build", "build:deno": "yarn workspaces run build:deno", "clean:deno": "yarn workspaces run clean:deno", "lint": "yarn workspaces run lint", "postinstall": "if [ -d .git ]; then git config core.hooksPath .hooks; fi", "test": "yarn workspaces run test" }}