@ctx-core/ripple-effect-ui-svelte
Version:
ctx-core ripple-effect
62 lines (61 loc) • 1.52 kB
JSON
{
"name": "@ctx-core/ripple-effect-ui-svelte",
"version": "1.1.239",
"description": "ctx-core ripple-effect",
"keywords": [
"ctx-core",
"ripple-effect"
],
"homepage": "https://github.com/ctx-core/ripple-effect-ui-svelte#readme",
"bugs": {
"url": "https://github.com/ctx-core/ripple-effect-ui-svelte/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ctx-core/ripple-effect-ui-svelte.git"
},
"license": "Apache-2.0",
"author": {
"name": "Brian Takita",
"url": "https://briantakita.me",
"email": "info+ctx-core-ripple-effect-ui-svelte@briantakita.me"
},
"type": "module",
"files": [
"*.d.ts",
"*.js",
"*.json",
"./RippleEffect"
],
"types": "./index.d.ts",
"exports": {
".": "./index.js",
"./package.json": "./package.json"
},
"scripts": {
"build": ":",
"clean": ":",
"exec": "$@",
"prepublishOnly": "bun run clean && bun run build && bun run test && publint && attw --pack --ignore-rules cjs-resolves-to-esm",
"test": "bun run test:types && bun run test:unit",
"test:types": "tsc --noEmit",
"test:unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
"disable:test:unit:coverage": "c8 bun run test:unit"
},
"dependencies": {
"svelte": "^5.53.7"
},
"devDependencies": {
"@ctx-core/ripple-effect": "*",
"@sveltejs/adapter-auto": "^7.0.1",
"@sveltejs/kit": "^2.53.4",
"c8": "^11.0.0",
"tsx": "^4.21.0",
"typescript": "next",
"uvu": "^0.5.6"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false
}