-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 806 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 806 Bytes
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
{
"name": "instareddit",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"dev": "nodemon src/index.ts",
"build": "rm -rf build/ && tsc",
"walk": "export NODE_ENV=production && export ROOT_DIR=. && node build/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/axios": "^0.14.0",
"@types/express": "^4.17.13",
"@types/morgan": "^1.9.3",
"axios": "^0.27.2",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"form-data": "^4.0.0",
"morgan": "^1.10.0",
"node-cron": "^3.0.2",
"node-html-to-image": "^3.2.4",
"nodemon": "^2.0.19",
"snoowrap": "^1.23.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
},
"devDependencies": {
"@types/node-cron": "^3.0.4"
}
}