-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.28 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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "librepay",
"version": "1.0.0",
"description": "Next-gen payment processor for cryptocurrencies.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node src/app.ts"
},
"repository": {
"type": "git",
"url": "https://nicolasklier.de:3000/Nicolas/Uplata.git"
},
"keywords": [
"payment",
"crypto",
"processor",
"self",
"hosted"
],
"author": "Mondei1",
"license": "MIT",
"dependencies": {
"argon2": "^0.27.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"got": "^11.8.1",
"jayson": "^3.4.4",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.11.8",
"mysql": "^2.18.1",
"pusher": "^4.0.2",
"ts-node": "^9.1.1",
"typescript": "^4.1.3",
"winston": "^3.3.3",
"zeromq": "^6.0.0-beta.6"
},
"devDependencies": {
"@types/argon2": "0.15.0",
"@types/body-parser": "1.19.0",
"@types/cors": "2.8.9",
"@types/dotenv": "8.2.0",
"@types/express": "4.17.9",
"@types/jsonwebtoken": "8.5.0",
"@types/mongoose": "5.10.3",
"@types/mysql": "2.15.16",
"@types/socket.io": "2.1.12",
"@types/typescript": "2.0.0",
"@types/winston": "2.4.4",
"@types/zeromq": "4.6.3"
}
}