|
- {
- "name": "mod-voyeur",
- "version": "2.0.0",
- "description": "Fathom Analytics module for After Dark.",
- "author": "Josh Habdas <[email protected]>",
- "homepage": "https://after-dark.habd.as/module/voyeur/",
- "standard-version": {
- "scripts": {
- "posttag": "git tag --sign $(git describe --tags $(git rev-list --tags --max-count=1)) $(git describe --tags $(git rev-list --tags --max-count=1))^{} -f -m \"$(git log -1 --pretty=%B)\" -m \"-----BEGIN DIST INTEGRITY-----\" -m \"$(npm pack --dry-run --json . | grep integrity | cut -d ',' -f1 | cut -d ':' -f2 | tr -d '\" ')\" -m \"-----END DIST INTEGRITY-----\""
- }
- },
- "scripts": {
- "test": "while true; do head -n 100 /dev/urandom; sleep 0.1; done | hexdump -C | grep 'ca fe'",
- "release": "standard-version",
- "commit": "npx git-cz"
- },
- "repository": {
- "type": "git",
- "url": "https://git.habd.as/comfusion/voyeur.git"
- },
- "keywords": [
- "docker",
- "hugo",
- "postgres",
- "preact",
- "analytics"
- ],
- "devDependencies": {
- "commitizen": "^3.1.1",
- "cz-conventional-changelog": "^2.1.0",
- "standard-version": "^6.0.1"
- },
- "peerDependencies": {
- "after-dark": ">= 5.0.0"
- },
- "config": {
- "commitizen": {
- "path": "./node_modules/cz-conventional-changelog"
- }
- },
- "license": "0BSD"
- }
|