UNPKG

@ionic-sveltekit/core

Version:

Ionic UI components with SvelteKit

52 lines 1.23 kB
{ "name": "@ionic-sveltekit/core", "description": "Ionic UI components with SvelteKit", "version": "0.0.11", "private": false, "repository": { "type": "git", "url": "git+https://github.com/ionic-sveltekit/core.git" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "!dist/**/*.test.*", "!dist/**/*.spec.*" ], "scripts": { "clean": "if [ -d dist ]; then rm -Rf dist; fi", "build": "npm run clean && node generator.js", "github:npm_publish": "npm run build && npm publish --provenance --access public" }, "type": "module", "license": "MIT", "author": { "name": "Brad Mallow", "email": "brad.mallow@gmail.com", "url": "https://bradmallow.com" }, "dependencies": { "@ionic/core": "^8.5.2" }, "peerDependencies": { "@ionic/core": "^8.5.2" }, "devDependencies": { "typescript": "^5.0.0", "undici": "^5.0.0" }, "bugs": { "url": "https://github.com/ionic-sveltekit/core/issues" }, "homepage": "https://github.com/ionic-sveltekit/core#readme", "keywords": [ "Ionic", "Svelte", "SvelteKit", "components", "web components", "framework components", "ionic-sveltekit" ] }