-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.09 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
{
"name": "@danipatko/express-git",
"version": "1.0.4",
"description": "Apache replacement for the git-smart-http cgi script written in Typescript",
"main": "index.js",
"types": "./index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build.cjs",
"example": "node example.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danipatko/express-git.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/danipatko/express-git/issues"
},
"homepage": "https://github.com/danipatko/express-git#readme",
"devDependencies": {
"@types/node": "^18.0.0",
"esbuild": "^0.14.48"
},
"dependencies": {
"@types/express": "^4.17.13",
"@danipatko/express-git": "^1.0.2",
"express": "^4.18.1"
},
"type": "module",
"keywords": [
"git",
"cgi",
"express"
],
"files": [
"index.js",
"README.md",
"LICENSE",
"index.d.ts"
]
}