-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
40 lines (40 loc) · 918 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
40
{
"name": "@potatohd/py-vercel",
"version": "1.1.1",
"description": "Linux package installer on Vercel",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/PotatoHD404/py-vercel.git"
},
"author": "PotatoHD404 <[email protected]>",
"license": "MIT",
"private": false,
"dependencies": {
"@vercel/build-utils": "^2.12.2",
"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/PotatoHD404/py-vercel/issues"
},
"homepage": "https://github.com/PotatoHD404/py-vercel#readme",
"directories": {
"example": "example"
},
"keywords": [
"vercel",
"nodejs",
"python",
"django"
]
}