placeholder-craft-cli
Version:
a cli tool to generate placeholder images
45 lines (44 loc) • 935 B
JSON
{
"name": "placeholder-craft-cli",
"version": "1.0.3",
"description": "a cli tool to generate placeholder images",
"main": "dist/index.js",
"bin": {
"phcraft": "dist/index.js"
},
"author": "macaroni10y",
"license": "MIT",
"dependencies": {
"canvas": "^3.1.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@biomejs/biome": "^1.7.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@types/yargs": "^17.0.32",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.4.5"
},
"scripts": {
"test": "jest",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/macaroni10y/placeholder-craft-cli.git"
},
"keywords": [
"cli",
"command",
"images",
"image",
"placeholder",
"dummy-image"
],
"bugs": {
"url": "https://github.com/macaroni10y/placeholder-craft-cli/issues"
},
"homepage": "https://github.com/macaroni10y/placeholder-craft-cli#readme"
}