forked from lucaperret/kap-now
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
69 lines (69 loc) · 1.39 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "kap-vercel",
"version": "0.4.4",
"description": "Share on Vercel",
"main": "index.js",
"scripts": {
"test": "xo && ava",
"lint": "eslint index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/delianides/kap-vercel.git"
},
"keywords": [
"kap-plugin",
"now",
"zeit",
"vercel",
"serverless",
"gif",
"mp4",
"webm",
"apng",
"upload",
"share"
],
"files": [
"index.js",
"template.ejs"
],
"author": "Drew Delianides <drew@delianides.com>",
"contributors": [
{
"name": "Luca Perret",
"email": "perret.luca@gmail.com"
}
],
"bugs": {
"url": "https://github.com/delianides/kap-vercel/issues"
},
"homepage": "https://github.com/delianides/kap-vercel#readme",
"dependencies": {
"ejs": "^3.1.5",
"fs-extra": "^10.0.0",
"through2": "^4.0.2"
},
"devDependencies": {
"@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4",
"ava": "^0.25.0",
"copy-webpack-plugin": "^10.2.4",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"kap-plugin-test": "^0.5.0",
"xo": "^0.23.0"
},
"license": "MIT",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}