Skip to content

Commit

Permalink
Updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alxcube committed May 6, 2024
1 parent 8730bc1 commit 2d5f2ae
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@alxcube/di-container",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"main": "./dist/di-container.umd.cjs",
"module": "./dist/di-container.js",
Expand All @@ -19,7 +18,16 @@
"prettier": "prettier --write 'src/**/*.ts' && prettier --write 'spec/**/*.ts'"
},
"author": "Alexander Alexandrov <[email protected]>",
"description": "Simple but flexible type-safe dependency injection container for TypeScript applications.",
"keywords": ["dependency injection", "inversion of control", "service container", "ioc", "di"],
"repository": {
"type": "git",
"url": "https://github.com/alxcube/di-container.git"
},
"license": "MIT",
"files": [
"dist/"
],
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@types/node": "^20.12.7",
Expand Down

0 comments on commit 2d5f2ae

Please sign in to comment.