UNPKG

1.87 kBJSONView Raw
1{
2 "name": "@adobe/git-server",
3 "version": "1.0.8",
4 "description": "serve a git repository over http(s)",
5 "main": "index.js",
6 "scripts": {
7 "start": "node ./index.js",
8 "test": "nyc mocha",
9 "test-ci": "circleci tests glob 'test/test*.js' | circleci tests split --split-by=timings | xargs nyc --reporter=text --reporter=lcov mocha -R mocha-junit-reporter && codecov",
10 "test-ci-win": ".\\node_modules\\.bin\\mocha --reporter xunit test --reporter-options output=junit/test.xml",
11 "lint": "./node_modules/.bin/eslint .",
12 "semantic-release": "semantic-release",
13 "commit": "git-cz"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/adobe/git-server"
18 },
19 "license": "Apache-2.0",
20 "dependencies": {
21 "@adobe/helix-log": "4.3.0",
22 "archiver": "^3.1.1",
23 "async": "^3.0.1",
24 "escape-html": "^1.0.3",
25 "express": "^4.16.3",
26 "fs-extra": "^8.0.0",
27 "git-http-backend": "^1.0.2",
28 "ignore": "^5.1.4",
29 "isomorphic-git": "^0.70.0",
30 "klaw": "^3.0.0",
31 "lodash": "^4.17.15",
32 "mime": "^2.3.1",
33 "morgan": "^1.9.1",
34 "pem": "^1.13.1"
35 },
36 "devDependencies": {
37 "@semantic-release/changelog": "3.0.6",
38 "@semantic-release/git": "7.0.18",
39 "@semantic-release/github": "5.5.5",
40 "codecov": "3.6.1",
41 "commitizen": "4.0.3",
42 "cz-conventional-changelog": "3.0.2",
43 "eslint": "6.7.2",
44 "eslint-config-airbnb-base": "14.0.0",
45 "eslint-plugin-header": "3.0.0",
46 "eslint-plugin-import": "2.18.2",
47 "mocha": "6.2.2",
48 "mocha-junit-reporter": "1.23.1",
49 "nyc": "14.1.1",
50 "request": "2.88.0",
51 "request-promise-native": "1.0.8",
52 "semantic-release": "15.13.31",
53 "shelljs": "0.8.3",
54 "tcp-port-used": "1.0.1",
55 "tmp": "0.1.0"
56 },
57 "config": {
58 "commitizen": {
59 "path": "node_modules/cz-conventional-changelog"
60 }
61 }
62}