-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 890 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": "reddit-proxy",
"version": "1.0.1",
"description": "Proxy API for reddit",
"main": "build/index.js",
"dependencies": {
"express": "^4.17.1",
"phin": "^3.6.1",
"winston": "^3.3.3"
},
"devDependencies": {
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^7.32.0",
"ts-node-dev": "^2.0.0",
"typescript": "^4.6.3"
},
"scripts": {
"build": "tsc",
"start": "node build/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scathachgrip/reddit-proxy.git"
},
"keywords": [
"reddit",
"proxy",
"api"
],
"author": "sinkaroid",
"license": "MIT",
"bugs": {
"url": "https://github.com/scathachgrip/reddit-proxy/issues"
},
"homepage": "https://github.com/scathachgrip/reddit-proxy#readme"
}