-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
41 lines (41 loc) · 975 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
32
33
34
35
36
37
38
39
40
41
{
"name": "@ernane/svelte-star-rating",
"version": "1.1.9",
"description": "Simple component to assign scores based on stars.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"svelte": "src/index.js",
"exports": {
".": {
"svelte": "dist/index.js"
}
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w"
},
"homepage": "https://github.com/ErnaneJ/svelte-star-rating",
"bugs": {
"url": "https://github.com/ErnaneJ/svelte-star-rating/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ErnaneJ/svelte-star-rating.git"
},
"keywords": [
"svelte",
"star",
"ratting",
"component",
"sapper"
],
"author": "ernane <[email protected]>",
"license": "MIT",
"devDependencies": {
"rollup": "^2.39.0",
"rollup-plugin-css-only": "^4.5.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-svelte": "^7.1.0",
"svelte": "^3.32.3"
}
}