-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (37 loc) · 866 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
{
"name": "slack-channel-cleaner",
"version": "1.0.7",
"description": "Delete channel messages from slack.",
"main": "index.js",
"bin": {
"slack-channel-cleaner": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/tahaipek/slack-channel-cleaner.git"
},
"bugs": {
"url": "https://github.com/tahaipek/slack-channel-cleaner/issues"
},
"homepage": "https://github.com/tahaipek/slack-channel-cleaner#readme",
"keywords": [
"slack",
"history",
"delete",
"channel"
],
"author": "Taha İPEK",
"license": "ISC",
"dependencies": {
"async": "^2.0.1",
"colors": "^1.1.2",
"inquirer": "^1.2.1",
"linqts": "^1.6.0",
"request": "^2.75.0"
},
"devDependencies": {}
}