forked from beckn/dsep-unified-bap-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1016 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
{
"name": "dsep-unified-bap-client",
"version": "0.0.1",
"description": "Client Layer",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx tsc",
"start": "node dist/index.js",
"dev": "concurrently \"npx tsc --watch\" \"nodemon -q dist/index.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/beckn/dsep-unified-bap-client.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/beckn/dsep-unified-bap-client/issues"
},
"homepage": "https://github.com/beckn/dsep-unified-bap-client#readme",
"devDependencies": {
"@types/express": "^4.17.15",
"@types/node": "^18.13.0",
"@types/uuid": "^9.0.0",
"concurrently": "^7.6.0",
"nodemon": "^2.0.20",
"typescript": "^4.9.4"
},
"dependencies": {
"axios": "^1.2.6",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"flatted": "^3.2.7",
"moment": "^2.29.4",
"uuid": "^9.0.0"
}
}