-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 820 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 820 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": "@runnerty/executor-twitter",
"version": "2.0.0",
"description": "Runnerty module: twitter executor",
"author": "Coderty",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/runnerty/executor-twitter.git"
},
"keywords": [
"runnerty",
"executor",
"twitter"
],
"bugs": {
"url": "https://github.com/runnerty/executor-twitter/issues"
},
"homepage": "https://github.com/runnerty/executor-twitter#readme",
"dependencies": {
"twit": "^2.2.11"
},
"devDependencies": {
"commitizen": "4.0.5",
"cz-conventional-changelog": "3.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jest": "23.8.2",
"eslint-plugin-prettier": "^3.1.3",
"prettier": "^2.0.5"
}
}