generated from well-known-components/template-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.27 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
{
"name": "realm-provider",
"license": "Apache-2.0",
"scripts": {
"build": "tsc -p tsconfig.json",
"start": "node --trace-warnings --abort-on-uncaught-exception --unhandled-rejections=strict dist/index.js",
"test": "jest --forceExit --detectOpenHandles --coverage --verbose",
"lint:check": "eslint '**/*.{js,ts}'",
"lint:fix": "eslint '**/*.{js,ts}' --fix"
},
"devDependencies": {
"@dcl/eslint-config": "^2.0.0",
"@types/node": "^20.7.1",
"@well-known-components/test-helpers": "^1.5.6",
"typescript": "^5.2.2"
},
"prettier": {
"printWidth": 120,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 2
},
"dependencies": {
"@dcl/catalyst-api-specs": "^3.2.5",
"@dcl/catalyst-contracts": "^4.3.1",
"@dcl/schemas": "^10.3.0",
"@well-known-components/env-config-provider": "^1.1.1",
"@well-known-components/fetch-component": "^2.0.0",
"@well-known-components/http-server": "^2.0.1-20240313124908.commit-80c33da",
"@well-known-components/interfaces": "^1.4.3",
"@well-known-components/logger": "^3.1.2",
"@well-known-components/metrics": "^2.0.2-20240314122215.commit-df469cb",
"dcl-catalyst-client": "^21.5.5",
"eth-connect": "^6.2.4",
"lru-cache": "^10.0.1"
}
}