forked from PotatoHD404/py-vercel
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 882 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
39
{
"name": "@jgtvares/py-vercel",
"version": "2.2.0",
"description": "Linux package installer on Vercel",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jgtvares/py-vercel.git"
},
"author": "jgtvares <[email protected]>",
"license": "MIT",
"private": false,
"dependencies": {
"command-exists": "^1.2.9",
"execa": "^1.0.0",
"fs.promised": "^3.0.0",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-import": "^2.22.0",
"pre-commit": "^1.2.2"
},
"bugs": {
"url": "https://github.com/jgtvares/py-vercel/issues"
},
"homepage": "https://github.com/jgtvares/py-vercel#readme",
"directories": {
"example": "example"
},
"keywords": [
"vercel",
"nodejs",
"python",
"django"
]
}