-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
51 lines (51 loc) · 1.37 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
{
"name": "flux-domain-manager",
"version": "1.3.0",
"description": "Flux Domain Manager (FDM) manages particular domain of Flux network and applications running on Flux.",
"repository": {
"type": "git",
"url": "git+https://github.com/RunOnFlux/flux-domain-manager.git"
},
"keywords": [
"flux",
"domain",
"manager",
"fdm"
],
"author": "Flux Foundation ([email protected])",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/RunOnFlux/flux-domain-manager/issues"
},
"homepage": "https://github.com/RunOnFlux/flux-domain-manager#readme",
"scripts": {
"start": "nodemon index.js",
"test": "mocha tests --timeout 10000",
"lint": "eslint ./",
"lint:fix": "eslint ./ --fix",
"testcloudflare": "mocha tests --timeout 10000 --grep 'cloudflareService'"
},
"dependencies": {
"apicache": "^1.6.3",
"axios": "^1.7.7",
"chai": "^4.3.6",
"config": "^3.3.12",
"cors": "^2.8.5",
"ethers": "^5.7.2",
"express": "^4.21.1",
"gamedig": "^5.0.0-beta.2",
"ini": "^4.1.1",
"mocha": "^9.2.2",
"mongodb": "^4.4.1",
"morgan": "^1.10.0",
"node-cmd": "^5.0.0",
"nodemon": "^2.0.15",
"qs": "^6.13.0"
},
"devDependencies": {
"eslint": "^8.11.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"power-assert": "^1.6.1"
}
}