UNPKG

hyper-dracula

Version:
35 lines (34 loc) 771 B
{ "name": "hyper-dracula", "version": "0.2.2", "main": "index.js", "homepage": "https://draculatheme.com/hyper", "description": "A dark theme for Hyper", "repository": { "type": "git", "url": "https://github.com/dracula/hyper.git" }, "keywords": [ "hyperterm", "hyper", "hyper.app", "hyper dracula", "hyper theme", "dracula-theme" ], "author": "Dang Van Thanh <dangvanthanh@dangthanh.org>", "license": "MIT", "devDependencies": { "@biomejs/biome": "1.7.3", "husky": "^9.0.11", "lint-staged": "^15.2.5" }, "scripts": { "lint": "bunx @biomejs/biome check ./index.js --apply", "format": "bunx @biomejs/biome format ./index.js --write", "prepare": "husky" }, "lint-staged": { "*.{js,ts}": ["bun run lint", "bun run format"] } }