forked from hicetnunc2000/hicetnunc-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 987 Bytes
/
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
{
"name": "hicetnunc-apiv2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hicetnunc2000/hicetnunc-api.git"
},
"author": "@hicetnunc2000",
"license": "MIT",
"bugs": {
"url": "https://github.com/hicetnunc2000/hicetnunc-api/issues"
},
"homepage": "https://github.com/hicetnunc2000/hicetnunc-api#readme",
"dependencies": {
"axios": "^0.21.1",
"bignumber.js": "9.0.1",
"cloud-local-storage": "0.0.11",
"conseiljs": "5.0.8-1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fetch": "^1.1.0",
"lodash": "^4.17.21",
"loglevel": "1.7.1",
"node-fetch": "2.6.1",
"serverless-dotenv-plugin": "^3.8.1",
"serverless-http": "^2.7.0"
},
"engines": {
"node": "12.20.1",
"npm": "6.14.10"
}
}