-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 923 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
{
"name": "scrapddit",
"version": "1.2.0",
"description": "A app that retrieves posts from a subreddit or a reddit user.",
"main": "index.js",
"bin": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Phoenix181/scrapddit.git"
},
"keywords": [
"Reddit",
"Scrapper",
"Posts"
],
"author": "Phoenix18",
"license": "MIT",
"bugs": {
"url": "https://github.com/Phoenix181/scrapddit/issues"
},
"homepage": "https://github.com/Phoenix181/scrapddit#readme",
"pkg": {
"scripts": "src/*.js"
},
"dependencies": {
"commander": "^6.2.1",
"snoostorm": "^1.5.2",
"snoowrap": "^1.22.0"
},
"devDependencies": {
"eslint": "^7.18.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0"
}
}