summaryrefslogtreecommitdiff
path: root/package.json
blob: 81b0d3c1d6806b50dc02757f7b8e89d196c1a99d (plain)
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
{
  "name": "splus",
  "version": "1.0.0",
  "description": "",
  "private": true,
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "start": "ts-node src/index.ts"
  },
  "dependencies": {
    "bluebird": "^3.5.2",
    "cheerio": "^1.0.0-rc.2",
    "ical-generator": "^0.2.10",
    "moment": "^2.22.2",
    "request": "^2.88.0",
    "request-promise-native": "^1.0.5"
  },
  "devDependencies": {
    "@types/bluebird-global": "^3.5.9",
    "@types/cheerio": "^0.22.9",
    "@types/request": "^2.47.1",
    "@types/request-promise-native": "^1.0.15",
    "ts-node": "^6.2.0",
    "typescript": "^2.9.2"
  }
}