-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.05 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.05 KB
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
{
"name": "server1",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"import": {
"#controllers/*": "./src/controllers/*"
},
"scripts": {
"start": "node src/index.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eogml0716/Express-GethConnector.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eogml0716/Express-GethConnector/issues"
},
"homepage": "https://github.com/eogml0716/Express-GethConnector#readme",
"devDependencies": {
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "latest",
"prettier": "2.8.8",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^4.6.3"
},
"dependencies": {
"@openzeppelin/contracts": "^4.3.2",
"@truffle/contract": "^4.6.22",
"chai": "^4.3.7",
"ipfs-http-client": "^60.0.0",
"solc": "^0.4.26",
"supertest": "^6.3.3"
},
"type": "module"
}