-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 772 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 772 Bytes
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
36
37
38
{
"name": "@cr-pl/basic-image-carousel",
"version": "1.0.2",
"description": "",
"main": "./src/carousel.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"carousel",
"image",
"image-carousel",
"light",
"lightweight",
"slider"
],
"author": "cr-pl",
"license": "ISC",
"devDependencies": {
"rollup": "^4.25.0",
"webpack-cli": "^5.1.4"
},
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/cr-pl/basic-image-carousel.git"
},
"exports": {
".": {
"import": "./src/carousel.mjs",
"require": "./src/carousel.cjs"
},
"./style.css": {
"import": "./src/style.css",
"require": "./src/style.css"
}
}
}