commit 5f6525eaf208deea8f041cb8e60c0d3d1485cbec Author: MrDiro Date: Sun Jun 23 06:51:15 2024 -0500 1.0.0 diff --git a/package.json b/package.json new file mode 100644 index 0000000..b2e562a --- /dev/null +++ b/package.json @@ -0,0 +1,40 @@ +{ + "version": "1.0.0", + "name": "modilitejs", + "description": "ModiLiteJS is a library for writing modular code with components and dependency injection.", + "author": { + "name": "cdairo22", + "email": "cdairo2204@gmail.com" + }, + "license": "MIT", + "keywords": [ + "component", + "service", + "module", + "app", + "application", + "factory", + "modular", + "code", + "command", + "line", + "cli" + ], + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "type": "commonjs", + "engines": { + "node": ">=18.0.0" + }, + "repository": { + "type": "git", + "url": "https://github.com/MrDiro/app-factory.git" + }, + "devDependencies": { + "@types/node": "^20.14.8", + "typescript": "^5.5.2" + }, + "dependencies": { + "reflect-metadata": "^0.2.2" + } +}