-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.14 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": "landchain-backend",
"jest": {
"verbose": true,
"testEnvironment": "node"
},
"version": "1.0.0",
"description": "Node.js backend for Land Chain the blockchain based land selling and registration platform",
"main": "app.js",
"scripts": {
"test": "jest --verbose --runInBand",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IsuruMaduranga/Land-Chain-Backend.git"
},
"author": "IsuruMduranga",
"license": "ISC",
"bugs": {
"url": "https://github.com/IsuruMaduranga/Land-Chain-Backend/issues"
},
"homepage": "https://github.com/IsuruMaduranga/Land-Chain-Backend#readme",
"dependencies": {
"axios": "^0.18.0",
"bcrypt": "^3.0.4",
"composer-admin": "^0.20.7",
"composer-client": "^0.20.7",
"composer-common": "^0.20.7",
"config": "^3.1.0",
"cors": "^2.8.5",
"express": "^4.16.4",
"jsonwebtoken": "^8.5.0",
"lodash": "^4.17.11",
"mongoose": "^5.4.16",
"morgan": "^1.9.1",
"readline-sync": "^1.4.9",
"validator": "^10.11.0"
},
"devDependencies": {
"jest": "^22.2.2",
"supertest": "^3.0.0"
}
}