-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.47 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
{
"name": "klayr-service-blockchain-indexer",
"version": "0.7.8",
"description": "Klayr Service Blockchain Indexer",
"keywords": [
"klayr",
"blockchain"
],
"homepage": "https://github.com/KlayrHQ/klayr-service",
"repository": {
"type": "git",
"url": "[email protected]:KlayrHQ/klayr-service.git"
},
"bugs": {
"url": "https://github.com/KlayrHQ/klayr-service/issues"
},
"private": true,
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>",
"license": "Apache-2.0",
"main": "app.js",
"engines": {
"node": ">=18.20.2 <=18",
"npm": ">=8.5.0"
},
"scripts": {
"start": "node app.js",
"clean": "rm -rf ./node_modules",
"test": "yarn run test:unit",
"test:unit": "jest --config=jest.config.unit.js --detectOpenHandles --forceExit",
"test:functional": "jest --config=jest.config.functional.js --detectOpenHandles --forceExit"
},
"dependencies": {
"@klayr/codec": "^0.4.2",
"@klayr/cryptography": "4.0.2",
"@klayr/transactions": "6.0.2",
"@klayr/utils": "0.4.2",
"@klayr/validator": "0.8.2",
"bluebird": "^3.7.2",
"bull": "^4.8.1",
"camelcase": "^6.3.0",
"ioredis": "^5.3.2",
"klayr-service-framework": "https://github.com/klayrHQ/klayr-service/raw/development/framework/dist/klayr-service-framework-1.6.15.tgz",
"lodash": "^4.17.21",
"require-all": "^3.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.14.0",
"babel-jest": "^27.3.0",
"jest": "^29.7.0",
"jest-when": "^3.5.1",
"moleculer": "^0.14.17"
}
}