-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.21 KB
/
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
39
40
41
42
43
44
45
46
{
"name": "sinerider-reddit-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx tsc",
"start": "node dist/index.js",
"debug": "node --nolazy --inspect-brk=5858 dist/index.js",
"build:start": "npm run build && npm run start"
},
"author": "GalaxyGamingBoy",
"license": "UNLICENSED",
"dependencies": {
"@types/async": "^3.2.20",
"airtable": "^0.11.6",
"async": "^3.2.4",
"axios": "^1.3.4",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"esbuild": "^0.17.11",
"express": "^4.18.2",
"lz-string": "^1.5.0",
"markdown-link-extractor": "^3.1.0",
"node-statsd": "^0.1.1",
"passport": "^0.6.0",
"passport-http": "^0.3.0",
"response-time": "^2.3.2",
"snoowrap": "^1.23.0",
"ts-node": "^10.9.1",
"yaml": "^2.2.1"
},
"devDependencies": {
"@types/node": "^14.18.36",
"@types/node-statsd": "^0.1.3",
"@types/passport": "^1.0.12",
"@types/passport-http": "^0.3.9",
"@types/request": "^2.48.8",
"@types/response-time": "^2.3.5",
"dom": "^0.0.3",
"gts": "^3.1.1",
"typescript": "~4.7.0"
}
}