package.json 922 Bytes
Newer Older
Hanadi's avatar
Hanadi committed
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": "traffic-history-job",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "nodemon index.ts",
    "build": "tsc --project ./",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/hanadiEbrahim/traffic-history-job.git"
  },
  "author": "Hanadi Ebrahim",
  "license": "ISC",
  "bugs": {
    "url": "https://gitlab.com/hanadiEbrahim/traffic-history-job/issues"
  },
  "homepage": "https://gitlab.com/hanadiEbrahim/traffic-history-job#readme",
  "dependencies": {
    "express": "^4.17.1",
    "node-cron": "^2.0.3",
    "node-fetch": "^2.6.1"
  },
  "devDependencies": {
    "@types/node-cron": "^2.0.3",
    "@types/node-fetch": "^2.5.7",
    "@types/express": "^4.17.9",
    "@types/node": "^14.14.14",
    "nodemon": "^2.0.6",
    "ts-node": "^9.1.1",
    "typescript": "^4.1.3"
  }
}