-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 855 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
{
"name": "nba_robot",
"version": "1.0.0",
"description": "a robot that tweets nba basketball scores and stats",
"main": "app.js",
"dependencies": {
"jquery": "^3.5.1",
"jsdom": "^16.4.0",
"moment": "^2.29.1",
"node": "^15.0.1",
"node-schedule": "^1.3.2",
"oauth": "^0.9.15",
"request": "^2.88.2",
"request-promise": "^4.2.6"
},
"devDependencies": {
"@types/jquery": "^3.5.3",
"@types/node": "^14.14.37",
"@types/oauth": "^0.9.1",
"rimraf": "^3.0.2",
"typescript": "^4.2.3"
},
"scripts": {
"start": "npm install && npm run build && node dist/app.js",
"test": "npm install && npm run build && node dist/test.js",
"build": "rimraf ./dist && tsc"
},
"keywords": [
"\"name\":",
"\"nba_robot\""
],
"author": "\"version\": \"1.0.0\"",
"license": "UNLICENSED"
}