-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 977 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 977 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
39
40
41
42
{
"name": "@ionic-svelte/components",
"version": "0.5.86",
"private": false,
"homepage": "https://ionic-svelte.firebaseapp.com",
"repository": {
"type": "git",
"url": "https://github.com/ionic-svelte/components.git"
},
"keywords": [
"ui library",
"ui",
"ionic",
"svelte",
"sveltekit",
"vite"
],
"description": "The NPM library to implement Ionic in any Svelte project - supporting SvelteKit and Svelte with Vite",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/ionic-svelte/components/issues"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "prettier --write . && npm publish --access public"
},
"devDependencies": {
"prettier-plugin-svelte": "^3.2.6",
"svelte": "^4.0.5",
"typescript": "^5.4.2",
"vite": "^5.0.8"
},
"dependencies": {}
}