UNPKG

@compactjs/chatscroll

Version:
45 lines (44 loc) 1.15 kB
{ "name": "@compactjs/chatscroll", "version": "1.0.1", "description": "Auto scroll to bottom", "source": "src/index.js", "main": "dist/index.js", "module": "dist/index.module.js", "unpkg": "dist/index.umd.js", "types": "src/index.d.ts", "scripts": { "build": "microbundle && npm run build:example", "build:example": "microbundle build -f es -o example/dist/index.js", "dev": "microbundle watch -f es -o example/dist/index.js", "prepare": "npm run build", "lint": "eslint src", "test": "npm run lint" }, "files": [ "src", "dist" ], "repository": { "type": "git", "url": "git+https://github.com/CompactJS/chatscroll.git" }, "keywords": [ "javascript", "chat", "scroll" ], "author": "Timo Bechtel", "license": "MIT", "bugs": { "url": "https://github.com/CompactJS/chatscroll/issues" }, "homepage": "https://github.com/CompactJS/chatscroll#readme", "devDependencies": { "@semantic-release/changelog": "^5.0.0", "@semantic-release/git": "^9.0.0", "eslint": "^6.8.0", "microbundle": "^0.12.0-next.8", "semantic-release": "^17.0.4" } }