-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.37 KB
/
package.json
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
43
44
45
46
47
48
49
50
51
{
"name": "pretty-container",
"version": "0.0.9",
"description": "This container liberay for ts",
"main": "dist/index.js",
"directories": {
"tests": "tests"
},
"dependencies": {
"@types/lodash": "^4.14.138",
"@types/md5": "^2.1.33",
"lodash": "^4.17.11",
"md5": "^2.2.1",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.6.0",
"@babel/plugin-syntax-decorators": "^7.2.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-typescript": "^7.6.0",
"@types/jest": "^24.0.18",
"@types/node": "^12.7.5",
"babel-jest": "^24.9.0",
"jest": "^24.9.0",
"ts-jest": "^24.1.0",
"ts-node": "^8.3.0",
"typescript": "^3.6.3"
},
"scripts": {
"test": "jest"
},
"jest": {
"preset": "ts-jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZoranWong/ts-container.git"
},
"keywords": [
"IOC",
"Container"
],
"author": "Zoran Wong",
"license": "MIT",
"bugs": {
"url": "https://github.com/ZoranWong/ts-container/issues"
},
"homepage": "https://github.com/ZoranWong/ts-container#readme"
}