UNPKG

pixel-forge

Version:

A comprehensive generator for social media previews, favicons, and visual assets across all platforms

94 lines (93 loc) 2.55 kB
{ "name": "pixel-forge", "version": "1.0.6", "description": "A comprehensive generator for social media previews, favicons, and visual assets across all platforms", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "pixel-forge": "dist/src/cli/index.js", "pforge": "dist/src/cli/index.js" }, "scripts": { "build": "tsc", "build:watch": "tsc --watch", "test": "jest --passWithNoTests", "test:watch": "jest --watch", "dev": "pnpm run build && node dist/cli/index.js", "start": "node dist/cli/index.js", "lint": "eslint src/**/*.ts", "format": "prettier --write \"src/**/*.ts\"", "prepare": "pnpm run build", "prepublishOnly": "pnpm test && pnpm run lint", "clean": "rimraf dist" }, "keywords": [ "social-media", "opengraph", "twitter-cards", "favicon", "meta", "preview", "social-cards", "icons", "visual-assets", "pwa", "instagram", "facebook", "linkedin", "tiktok", "seo", "image-generation", "typescript", "cli", "automation", "web-development" ], "author": "devin@devinops.com", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/devints47/pixel-forge.git" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "bugs": { "url": "https://github.com/devints47/pixel-forge/issues" }, "homepage": "https://github.com/devints47/pixel-forge#readme", "devDependencies": { "@eslint/js": "^9.19.0", "@jest/globals": "^30.0.5", "@types/jest": "^29.5.14", "@types/node": "^22.10.2", "conventional-changelog-cli": "^5.0.0", "eslint": "^9.19.0", "jest": "^29.7.0", "prettier": "^3.4.2", "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "typescript": "^5.8.3", "typescript-eslint": "^8.38.0" }, "dependencies": { "chalk": "^5.3.0", "command-exists": "^1.2.9", "commander": "^12.1.0", "conf": "^13.0.1", "execa": "^9.5.2", "ora": "^8.1.1" }, "engines": { "node": ">=18.18.0" }, "funding": { "type": "github", "url": "https://github.com/sponsors/devints47" }, "files": [ "dist", "README.md", "LICENSE" ] }