@ctx-core/ripple-effect-ui-svelte
Version:
ctx-core ripple-effect
61 lines • 1.48 kB
JSON
{
"name": "@ctx-core/ripple-effect-ui-svelte",
"version": "1.1.237",
"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"
},
"dependencies": {
"svelte": "^4.2.19"
},
"devDependencies": {
"@ctx-core/ripple-effect": "^13.3.208",
"@sveltejs/adapter-auto": "^3.2.4",
"@sveltejs/kit": "^2.5.25",
"c8": "^10.1.2",
"check-dts": "^0.8.2",
"tsx": "^4.19.0",
"typescript": "next",
"uvu": "^0.5.6"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"scripts": {
"build": ":",
"clean": ":",
"exec": "$@",
"test": "pnpm run /^test:/",
"test:types": "check-dts",
"test:unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
"disable:test:unit:coverage": "c8 pnpm test:unit"
}
}