blob: e2f7d522fcbb3bc3c5f5b4676dfb3078c8d0488c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"name": "splus",
"version": "1.0.0",
"description": "",
"private": true,
"main": "index.js",
"license": "UNLICENSED",
"scripts": {
"start": "ts-node index.ts"
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"googleapis": "^27.0.0",
"ical-generator": "^0.2.10"
},
"devDependencies": {
"@types/cheerio": "^0.22.7",
"ts-node": "^6.0.0",
"typescript": "^2.8.3"
}
}
|