-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.29 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
52
53
54
55
56
57
58
59
60
{
"name": "advanced-controllers",
"version": "2.5.0",
"description": "",
"main": "dist/index.js",
"keywords": [
"ES6",
"ES7",
"ES2015",
"annotations",
"decorators",
"express",
"express.js",
"MVC",
"controllers",
"typescript"
],
"directories": {
"test": "tests"
},
"typings": "dist/index.d.ts",
"typescript": {
"definition": "dist/index.d.ts"
},
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/express": "^4.17.15",
"@types/lodash": "^4.14.191",
"@types/mocha": "^10.0.1",
"@types/request": "^2.48.8",
"assert": "^2.0.0",
"body-parser": "^1.20.1",
"chai": "^4.3.7",
"express": "^4.18.2",
"mocha": "^10.2.0",
"request": "^2.88.0",
"typescript": "^4.9.4"
},
"scripts": {
"build": "tsc -p src",
"build:test": "tsc -p tests",
"test": "mocha tests/test"
},
"author": {
"name": "Gábor IMRE",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/igabesz/advanced-controllers.git"
},
"bugs": {
"url": "https://github.com/igabesz/advanced-controllers/issues"
},
"homepage": "https://github.com/igabesz/advanced-controllers#readme"
}