-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 1.41 KB
/
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
{
"name": "snl.today",
"version": "1.0.0",
"description": "## Data Sources The most reliable way to find upcoming guests is through the [NBCUniversal Media Village press release portal](https://www.nbcumv.com/mediavillage#/home): - [_Saturday Night Live_ on Media Village](https://www.nbcumv.com/mediavillage/interactive/2929fed4187b40648b79a9839e70e91fproduct169208/index.html#/show/e91b3cec-b121-41ae-ac5b-1725193c92dd/press-releases) - [_Late Night with Seth Meyers_ on Media Village](https://www.nbcumv.com/mediavillage/interactive/2929fed4187b40648b79a9839e70e91fproduct169208/index.html#/show/1a72eb63-bc15-42a3-84d3-f108c3cd9d80/press-releases) - [_The Tonight Show with Jimmy Fallon_ on Media Village](https://www.nbcumv.com/mediavillage/interactive/2929fed4187b40648b79a9839e70e91fproduct169208/index.html#/show/ef2b8417-a8f9-4d23-a3db-0616dd5eb096/press-releases)",
"main": "index.js",
"scripts": {
"start": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samhenrigold/snl.today.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/samhenrigold/snl.today/issues"
},
"homepage": "https://github.com/samhenrigold/snl.today#readme",
"dependencies": {
"@11ty/eleventy": "^0.12.1",
"axios": "^0.19.2"
},
"devDependencies": {
"npm-run-all": "^4.1.5"
}
}