@adoratorio/hermes
Version:
A JS utility for scroll events normalization and management
41 lines (40 loc) • 1.03 kB
JSON
{
"name": "@adoratorio/hermes",
"version": "1.0.2",
"description": "A JS utility for scroll events normalization and management",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"build": "rm -rf dist && mkdir dist && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"events",
"js",
"scroll",
"hermes",
"adoratorio"
],
"author": "Adoratorio <contact@adoratorio.com> (https://adoratorio.studio)",
"contributors": [
"Tommaso Algozzino <tommaso@adoratorio.com>",
"Andrea Gottardi <andrea@adoratorio.com>",
"Daniele Borra <daniele@adoratorio.com>"
],
"license": "MIT",
"devDependencies": {
"typescript": "^5.8.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Adoratorio/hermes.git"
},
"bugs": {
"url": "https://github.com/Adoratorio/hermes/issues"
},
"homepage": "https://github.com/Adoratorio/hermes#readme"
}