UNPKG

@someaspy/pet-pet-gif

Version:

Given an avatar, generate a petting gif (known as "petpet" or "pet the").

43 lines 1.03 kB
{ "name": "@someaspy/pet-pet-gif", "version": "2.2.0", "description": "Given an avatar, generate a petting gif (known as \"petpet\" or \"pet the\").", "main": "dist/index.js", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/SomeAspy/pet-pet-gif.git" }, "keywords": [ "petpet", "pet gif", "pet the", "petting", "animation" ], "author": "Alan Du & Aiden B.", "license": "ISC", "bugs": { "url": "https://github.com/SomeAspy/pet-pet-gif/issues" }, "homepage": "https://github.com/SomeAspy/pet-pet-gif#readme", "dependencies": { "@napi-rs/canvas": "^0.1.92", "@skyra/gifenc": "^1.0.1" }, "devDependencies": { "@biomejs/biome": "^2.4.1", "@types/node": "^25.2.3", "typescript": "^5.9.3" }, "types": "src/types.d.ts", "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "scripts": { "build": "tsc", "lint": "biome check", "lint:fix": "biome check --write" } }