This repository was archived by the owner on Jun 3, 2025. It is now read-only.
forked from xavierraffin/inversify-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.35 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@webmonitoring/inversify-components",
"version": "3.5.0",
"description": "Plugin based mini core framework. Combines InversifyJS with Extension Point Pattern / Service Provider Interfaces. Enables building components with inversify using binding descriptors.",
"keywords": [
"InversifyJS",
"scoped dependecy injection",
"dependecy injection"
],
"main": "lib/inversify-components.js",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"typings": "./dts/inversify-components.d.ts",
"bugs": "https://github.com/webmonitoring/inversify-components/issues",
"repository": {
"type": "git",
"url": "https://github.com/webmonitoring/inversify-components"
},
"dependencies": {
"debug": "^4.3.4",
"inversify": "^6.0.2",
"reflect-metadata": "^0.2.2"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"gulp": "^4.0.2",
"gulp-sourcemaps": "^3.0.0",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^5.0.1",
"tslint": "^6.1.3",
"typescript": "~5.3.3"
},
"scripts": {
"publish": "npm publish --registry=https://npm.pkg.github.com",
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1",
"release": "bash ./release.bash"
},
"author": "Antonius Ostermann <ostermann.antonius@gmail.com> (https://www.antonius-ostermann.de)",
"license": "MIT"
}