@danipatko/express-git
Version:
Apache replacement for the git-smart-http cgi script written in Typescript
44 lines (43 loc) • 1.12 kB
JSON
{
"name": "@danipatko/express-git",
"version": "1.0.5",
"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"
]
}