UNPKG

1.27 kBJSONView Raw
1{
2 "name": "typedi",
3 "version": "0.7.3",
4 "description": "Dependency injection for TypeScript",
5 "license": "MIT",
6 "readmeFilename": "README.md",
7 "private": false,
8 "author": {
9 "name": "Umed Khudoiberdiev",
10 "email": "pleerock.me@gmail.com"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/pleerock/typedi.git"
15 },
16 "bugs": {
17 "url": "https://github.com/pleerock/typedi/issues"
18 },
19 "tags": [
20 "di",
21 "container",
22 "di-container",
23 "typescript",
24 "typescript-di",
25 "dependency-injection"
26 ],
27 "dependencies": {},
28 "devDependencies": {
29 "@types/chai": "^4.0.5",
30 "@types/mocha": "^2.2.44",
31 "@types/node": "^8.0.53",
32 "@types/sinon": "^4.0.0",
33 "chai": "^4.1.2",
34 "del": "^3.0.0",
35 "gulp": "^3.9.1",
36 "gulp-mocha": "^3.0.1",
37 "gulp-replace": "^0.6.1",
38 "gulp-shell": "^0.6.3",
39 "gulp-sourcemaps": "^2.6.1",
40 "gulp-tslint": "^8.1.2",
41 "gulp-typescript": "^3.2.3",
42 "gulpclass": "^0.1.2",
43 "mocha": "^3.2.0",
44 "reflect-metadata": "^0.1.10",
45 "sinon": "^4.1.2",
46 "sinon-chai": "^2.14.0",
47 "ts-node": "^3.3.0",
48 "tslint": "^5.8.0",
49 "tslint-stylish": "^2.1.0",
50 "typescript": "^2.6.1"
51 },
52 "scripts": {
53 "test": "gulp tests"
54 }
55}