-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 883 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
{
"name": "mlbpitchingtwitterengine",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"start": "npm run dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MakonDev/MLBPitchingTwitterEngine.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MakonDev/MLBPitchingTwitterEngine/issues"
},
"homepage": "https://github.com/MakonDev/MLBPitchingTwitterEngine#readme",
"dependencies": {
"@types/axios": "^0.14.0",
"@types/express": "^4.17.13",
"axios": "^0.26.1",
"express": "^4.17.3",
"http": "^0.0.1-security",
"twitter-api-v2": "^1.11.3",
"url": "^0.11.0"
},
"devDependencies": {
"dotenv": "^16.0.0",
"nodemon": "^2.0.15"
}
}