-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.03 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "svelte-color-switch",
"version": "0.0.6",
"description": "Hello! this is the description",
"main": "src/index.js",
"module": "src/index.mjs",
"files": ["src"],
"svelte": "src/index.js",
"exports": {
".": {
"svelte": "./src/index.js"
}
},
"scripts": {
"postinstall": "node setup.js",
"build": "rollup --config",
"dev": "rollup -c -w"
},
"homepage": "https://mokollmar.com",
"repository": {
"type": "git",
"url": "git+https://github.com/mokollmar/svelte-color-switch.git"
},
"keywords": [
"svelte",
"svelte dynamic color",
"svelte color",
"svelte color switch",
"svelte switch color",
"color switch",
"switch color"
],
"author": "@mokollmar",
"license": "ISC",
"bugs": {
"url": "https://github.com/mokollmar/svelte-color-switch/issues"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"rollup": "^4.18.0",
"rollup-plugin-svelte": "^7.2.2"
},
"type": "module"
}