@taocode/svelte-headroom
Version:
Svelte component providing auto-hiding header and footer based on collardeau/svelte-headroom inspired by headroom.js
75 lines (74 loc) • 1.79 kB
JSON
{
"name": "@taocode/svelte-headroom",
"version": "2.3.0",
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"@sveltejs/package": "1.0.0-next.6",
"@vcarl/remark-headings": "^0.1.0",
"husky": "^8.0.2",
"mdsvex": "^0.10.6",
"npm-run-all": "^4.1.5",
"remark-heading-id": "^1.0.0",
"semantic-release": "^19.0.5",
"svelte": "^3.53.1",
"svelte-check": "^2.7.1",
"tslib": "^2.3.1",
"typescript": "^4.9.3",
"vite": "^3.2.4"
},
"type": "module",
"keywords": [
"svelte",
"svelte-component",
"headroom.js"
],
"publishConfig": {
"access": "public"
},
"files": [
"headroom",
"index.d.ts",
"index.js"
],
"description": "Svelte component providing auto-hiding header and footer based on collardeau/svelte-headroom inspired by headroom.js",
"author": "Mark Jones",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/taocode/svelte-headroom.git"
},
"bugs": {
"url": "https://github.com/taocode/svelte-headroom/issues"
},
"homepage": "https://github.com/taocode/svelte-headroom#readme",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
],
"rules": {
"subject-case": [
2,
"never",
[
"start-case",
"pascal-case"
]
]
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"exports": {
"./package.json": "./package.json",
"./headroom/index.svelte": "./headroom/index.svelte",
"./headroom/validation": "./headroom/validation.js",
".": "./index.js"
},
"svelte": "./index.js"
}