-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
31 lines (31 loc) · 903 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
{
"name": "video-series-samples",
"version": "0.0.2",
"description": "Repository of sample code used in Lit Youtube videos.",
"private": true,
"type": "module",
"exports": {
"./simple-carousel.js": "./build-it-with-lit/02-simple-carousel/lib/simple-carousel.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lit/video-series-samples.git"
},
"keywords": [],
"author": "Google LLC",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/lit/video-series-samples/issues"
},
"homepage": "https://github.com/lit/video-series-samples#readme",
"scripts": {
"prepare": "husky install"
},
"dependencies": {
"simple-carousel": "file:./build-it-with-lit/02-simple-carousel/",
"lit": "^2.2.2"
},
"devDependencies": {
"husky": "^7.0.0"
}
}