Skip to content
This repository was archived by the owner on Nov 10, 2021. It is now read-only.

Commit 67e6a07

Browse files
rollup
1 parent 57f6aad commit 67e6a07

File tree

1 file changed

+37
-34
lines changed

1 file changed

+37
-34
lines changed

package.json

Lines changed: 37 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,38 @@
11
{
2-
"name": "hicetnunc-apiv2",
3-
"version": "1.0.0",
4-
"description": "",
5-
"main": "index.js",
6-
"scripts": {
7-
"start": "node index.js"
8-
},
9-
"repository": {
10-
"type": "git",
11-
"url": "git+https://github.com/hicetnunc2000/hicetnunc.git"
12-
},
13-
"author": "@hicetnunc2000",
14-
"license": "MIT",
15-
"bugs": {
16-
"url": "https://github.com/hicetnunc2000/hicetnunc/issues"
17-
},
18-
"homepage": "https://github.com/hicetnunc2000/hicetnunc#readme",
19-
"dependencies": {
20-
"axios": "^0.21.1",
21-
"bignumber.js": "9.0.1",
22-
"conseiljs": "5.0.7-2",
23-
"cors": "^2.8.5",
24-
"express": "^4.17.1",
25-
"fetch": "^1.1.0",
26-
"lodash": "^4.17.21",
27-
"loglevel": "1.7.1",
28-
"node-fetch": "2.6.1",
29-
"serverless-http": "^2.7.0"
30-
},
31-
"engines": {
32-
"node": "12.20.1",
33-
"npm": "6.14.10"
34-
}
35-
}
2+
"name": "hicetnunc-apiv2",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"start": "node index.js"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/hicetnunc2000/hicetnunc.git"
12+
},
13+
"author": "@hicetnunc2000",
14+
"license": "MIT",
15+
"bugs": {
16+
"url": "https://github.com/hicetnunc2000/hicetnunc/issues"
17+
},
18+
"homepage": "https://github.com/hicetnunc2000/hicetnunc#readme",
19+
"dependencies": {
20+
"axios": "^0.21.1",
21+
"bignumber.js": "9.0.1",
22+
"cloud-local-storage": "0.0.11",
23+
"conseiljs": "5.0.7-2",
24+
"cors": "^2.8.5",
25+
"dotenv": "^8.2.0",
26+
"express": "^4.17.1",
27+
"fetch": "^1.1.0",
28+
"lodash": "^4.17.21",
29+
"loglevel": "1.7.1",
30+
"node-fetch": "2.6.1",
31+
"serverless-dotenv-plugin": "^3.8.1",
32+
"serverless-http": "^2.7.0"
33+
},
34+
"engines": {
35+
"node": "12.20.1",
36+
"npm": "6.14.10"
37+
}
38+
}

0 commit comments

Comments
 (0)