-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 991 Bytes
/
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
{
"name": "api-provider-express",
"version": "3.1.1",
"description": "API provider for building api-core based APIs consumable via HTTP using the Express framework.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ajuhos/api-provider-express.git"
},
"keywords": [
"api-core",
"express"
],
"author": "We Are Break <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ajuhos/api-provider-express/issues"
},
"homepage": "https://github.com/ajuhos/api-provider-express#readme",
"dependencies": {
"@types/express": "^4.0.34",
"api-core": "3.1.0",
"debug": "^4.1.1",
"destroy": "^1.0.4",
"express": "^4.14.0",
"on-finished": "^2.3.0",
"skipper": "^0.8.2"
},
"devDependencies": {
"@types/node": "^12.9.0"
}
}