-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.69 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": "functional-controller",
"version": "1.0.6",
"main": "build/index.js",
"files": [
"README.md",
"build/"
],
"keywords": [
"express",
"controller"
],
"scripts": {
"build": "tsc -p tsconfig.build.json"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.9",
"@types/jest": "^26.0.0",
"@types/mongodb": "^3.5.33",
"@types/mongoose": "^5.10.1",
"@types/node": "^14.0.13",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"body-parser": "^1.19.0",
"eslint": "7.2.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-airbnb-typescript": "^11.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.0",
"husky": "^4.2.5",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"ts-jest": "^26.1.0",
"typedoc": "^0.17.7",
"typescript": "^3.9.5"
},
"dependencies": {
"express": "^4.17.1",
"mongoose": "^5.10.16"
},
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kiwfy/functional-controller.git"
},
"bugs": {
"url": "https://github.com/kiwfy/functional-controller/issues"
},
"homepage": "https://github.com/kiwfy/functional-controller#readme",
"description": ""
}