-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.57 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
55
56
{
"name": "smart-x-signer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx tsc",
"lint:check": "eslint \"./src/**/*.ts\"",
"lint:fix": "eslint --fix .",
"dev": "concurrently \"npx tsc --watch\" \"nodemon -q dist/index.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/smartSenseSolutions/smartsense-gaia-x-signer.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/smartSenseSolutions/smartsense-gaia-x-signer/issues"
},
"homepage": "https://github.com/smartSenseSolutions/smartsense-gaia-x-signer#readme",
"dependencies": {
"axios": "^1.3.4",
"body-parser": "^1.20.2",
"crypto": "^1.0.1",
"did-resolver": "^4.1.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-validator": "^6.15.0",
"he": "^1.2.0",
"jose": "^4.13.1",
"jsonld": "^5.2.0",
"kafkajs": "^2.2.4",
"media-typer": "^1.1.0",
"swagger-ui-express": "^4.6.2",
"web-did-resolver": "^2.0.23"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/he": "^1.2.0",
"@types/jsonld": "^1.5.8",
"@types/media-typer": "^1.1.1",
"@types/node": "^18.15.11",
"@types/swagger-jsdoc": "^6.0.1",
"@types/swagger-ui-express": "^4.1.3",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"concurrently": "^8.0.1",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"nodemon": "^2.0.22",
"prettier": "^2.8.7",
"typescript": "^5.0.3"
}
}