-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 856 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
{
"name": "@colinaut/theme-multi-switch",
"version": "0.8.2",
"type": "module",
"main": "dist/theme-multi-switch.js",
"unpkg": "dist/theme-multi-switch.js",
"keywords": [
"web component",
"typescript",
"theme switch"
],
"author": "Colin Fahrion",
"license": "MIT",
"repository": "https://github.com/colinaut/theme-multi-switch.git",
"publishConfig": {
"access": "public"
},
"homepage": "https://colinaut.github.io/theme-multi-switch/",
"scripts": {
"test": "echo \"No test specified\"",
"dev": "vite",
"build": "tsc && vite build && cpy 'docs/theme-multi-switch.*' 'dist'",
"preview": "vite preview",
"release": "release-it"
},
"devDependencies": {
"cpy-cli": "^5.0.0",
"eslint": "^8.49.0",
"rollup-plugin-minify-html-literals": "^1.2.6",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"release-it": "^16.1.5"
}
}