-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.29 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
{
"name": "klayr-service",
"version": "0.7.8",
"description": "Klayr Service",
"keywords": [
"klayr",
"service",
"blockchain"
],
"homepage": "https://github.com/klayrHQ/klayr-service",
"repository": {
"type": "git",
"url": "git+https://github.com/klayrHQ/klayr-service.git"
},
"bugs": {
"url": "https://github.com/klayrHQ/klayr-service/issues"
},
"private": true,
"author": "Klayr Holding <[email protected]>, 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": "pm2 start ecosystem.config.js",
"stop": "pm2 delete ecosystem.config.js",
"format": "prettier --write '**/*'",
"lint": "eslint \"./framework/**/*.js\" \"./services/**/*.js\" \"./tests/**/*.js\"",
"lint:fix": "eslint --fix \"./framework/**/*.js\" \"./services/**/*.js\" \"./tests/**/*.js\"",
"test:coverage": "jest --config=jest.config.unit.js --coverage=true --verbose --forceExit"
},
"devDependencies": {
"eslint": "^8.46.0",
"eslint-config-klayr-base": "^2.0.3",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.2.2",
"eslint-plugin-mocha": "^10.0.4",
"jest": "^29.7.0",
"prettier": "2.8.8"
}
}