-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.05 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
{
"name": "modern-treasury-api-example",
"version": "0.0.0",
"description": "A simple web server to make Modern Treasury API requests",
"main": "app.js",
"dependencies": {
"cookie": "^0.6.0",
"cookie-signature": "^1.2.1",
"debug": "^4.3.5",
"depd": "^2.0.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-session": "^1.18.0",
"modern-treasury": "^2.25.0",
"ms": "^2.1.3",
"on-headers": "^1.0.2",
"parseurl": "^1.3.3",
"rand-token": "^1.0.1",
"random-bytes": "^1.0.0",
"safe-buffer": "^5.2.1",
"uid-safe": "^2.1.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/Modern-Treasury/se-demo-modern-treasury-integration-examples.git"
},
"author": "Charlie",
"license": "MIT",
"bugs": {
"url": "https://github.com/Modern-Treasury/se-demo-modern-treasury-integration-examples/issues"
},
"homepage": "https://github.com/Modern-Treasury/se-demo-modern-treasury-integration-examples#readme"
}