-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 986 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
38
39
40
41
{
"name": "@venture-api/gate",
"version": "0.5.1",
"description": "Venture API HTTP gateway service",
"main": "main.js",
"private": true,
"scripts": {
"build": "node -v",
"start": "node index.js",
"test": "mocha --experimental-json-modules",
"nats": "nats-server",
"stan": "nats-streaming-server -p 4223 -DV"
},
"repository": {
"git": "[email protected]:venture-api/gate.git"
},
"engines": {
"node": "20.14.0"
},
"type": "module",
"author": "Maksim Korinets",
"license": "UNLICENSED",
"dependencies": {
"@venture-api/fixtures": "^6.0.1",
"ajv": "^6.10.2",
"c8": "^7.3.5",
"coveralls": "3.1.1",
"http-errors": "^1.8.0",
"jsonwebtoken": "9.0.0",
"kojo": "^8.2.1",
"mocha": "10.1.0",
"nock": "^9.6.1",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"simple-oauth2": "^2.2.1",
"stair": "^0.4.2",
"tasu": "^4.3.0",
"trid": "^0.1.1",
"yt-config": "^3.1.0"
}
}