-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "@akashnetwork/lfs",
"version": "0.0.1",
"license": "Apache-2.0",
"description": "Fastify GIT LFS Server",
"scripts": {
"build": "tsc",
"start:dev": "ts-node ./src/",
"start": "node ./dist/src/",
"test": "exit 0",
"prepublishOnly": "yarn build"
},
"bin": "./dist/src/index.js",
"main": "./dist/src/index.js",
"repository": "ovrclk/node-gitlfs",
"dependencies": {
"@nebulous/skynet": "^2.0.1",
"@types/config": "^0.0.39",
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.4",
"@types/lodash": "^4.14.171",
"@types/morgan": "^1.9.3",
"@types/node": "^16.0.1",
"config": "^1.16.0",
"fastify": "^3.18.1",
"fastify-metrics": "^7.2.3",
"file-type": "^16.5.0",
"form-data": "^4.0.0",
"jsonschema": "^1.0.2",
"jsonwebtoken": "^5.4.0",
"lodash": "^3.10.1",
"mongodb": "^2.0.46",
"mongoose": "^5.13.2",
"ms": "^0.7.1",
"stream-to-array": "^2.3.0",
"ts-node": "^10.0.0",
"typescript": "^4.3.5"
}
}