-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.48 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.48 KB
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
{
"name": "supcommunity-api",
"version": "1.0.5",
"main": "dist/index.js",
"author": "matthew mulfinger",
"license": "MIT",
"description": "Lightweight Supcommunity scraper in NodeJS",
"repository": {
"type": "git",
"url": "https://github.com/matthew1232/supcommunity-api"
},
"scripts": {
"build": "babel --no-comments -d dist src/"
},
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"https-proxy-agent": "^4.0.0",
"node-fetch": "^2.6.0"
},
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
"@babel/node": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.2.0",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-function-bind": "^7.2.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.2.0",
"@babel/runtime": "^7.4.3",
"babel-core": "^7.0.0-bridge.0",
"concurrently": "5.0.0",
"cross-env": "6.0.3",
"dotenv": "^8.2.0",
"eslint": "5.12.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.0",
"nodemon": "^1.18.10",
"prettier": "^1.16.4",
"yarn": "^1.12.3"
}
}