@someaspy/pet-pet-gif
Version:
Given an avatar, generate a petting gif (known as "petpet" or "pet the").
45 lines (44 loc) • 1.31 kB
JSON
{
"name": "@someaspy/pet-pet-gif",
"version": "2.0.6",
"description": "Given an avatar, generate a petting gif (known as \"petpet\" or \"pet the\").",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"lint": "biome check",
"lint:fix": "biome check --write"
},
"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": {
"@skyra/gifenc": "^1.0.1",
"canvas": "3.1.1"
},
"packageManager": "pnpm@10.12.2+sha512.a32540185b964ee30bb4e979e405adc6af59226b438ee4cc19f9e8773667a66d302f5bfee60a39d3cac69e35e4b96e708a71dd002b7e9359c4112a1722ac323f",
"devDependencies": {
"@biomejs/biome": "^2.0.5",
"@types/node": "^24.0.3",
"typescript": "^5.8.3"
},
"types": "src/types.d.ts",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
}
}