image-overwatch
Version:
This package contains a curated collection of images from Overwatch by Blizzard Entertainment. The images are sourced from the official Overwatch sources and used under Blizzard's Fan Content Policy. If any images are used inappropriately, please contact
48 lines (47 loc) • 1.39 kB
JSON
{
"name": "image-overwatch",
"version": "1.2.0",
"description": "This package contains a curated collection of images from Overwatch by Blizzard Entertainment. The images are sourced from the official Overwatch sources and used under Blizzard's Fan Content Policy. If any images are used inappropriately, please contact me for their immediate removal. Contributions to this repository are welcome!",
"main": "src/index.js",
"files": [
"src",
"dist",
"public"
],
"repository": {
"type": "git",
"url": "git+https://github.com/infinia-yzl/image-overwatch.git"
},
"keywords": [
"images",
"overwatch",
"blizzard-entertainment",
"game-assets",
"fan-project"
],
"author": "Isaac Yong",
"license": "MIT",
"scripts": {
"process-images": "node scripts/process-images.js",
"compress-images": "node scripts/process-images.js --compress-only",
"publish-package": "node scripts/publish.js",
"test": "jest",
"build-types": "tsc --declaration --emitDeclarationOnly --outDir dist",
"prepublishOnly": "npm run build-types"
},
"types": "dist/src/index.d.ts",
"jest": {
"testMatch": [
"**/*.test.js"
]
},
"devDependencies": {
"@types/node": "^20.14.9",
"jest": "^29.7.0",
"sharp": "^0.32.1",
"typescript": "^5.5.3"
},
"dependencies": {
"@inquirer/prompts": "^5.1.2"
}
}