-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 823 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 823 Bytes
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
{
"name": "many-api",
"version": "1.0.0",
"description": "One api that has many",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Maanuj-Vora/Many-Api.git"
},
"author": "Maanuj Vora",
"license": "ISC",
"bugs": {
"url": "https://github.com/Maanuj-Vora/Many-Api/issues"
},
"homepage": "https://github.com/Maanuj-Vora/Many-Api#readme",
"dependencies": {
"csv-parser": "^2.3.3",
"csvjson": "^5.1.0",
"csvtojson": "^2.0.10",
"ejs": "^3.1.7",
"express": "^4.17.1",
"ini": "^2.0.0",
"package.json": "^2.0.1",
"request": "^2.88.2",
"url-exist": "^2.0.2",
"vercel": "^20.1.2",
"xmlhttprequest": "^1.8.0"
}
}