UNPKG

image-helldivers2

Version:

This package contains a curated collection of images from Helldivers 2 by Arrowhead Game Studios. If any images are used inappropriately, please contact me for their immediate removal. Contributions to this repository are welcome!

48 lines (47 loc) 1.29 kB
{ "name": "image-helldivers2", "version": "4.1.0", "description": "This package contains a curated collection of images from Helldivers 2 by Arrowhead Game Studios. 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/Selenestica/image-helldivers2.git" }, "keywords": [ "images", "helldivers2", "arrowheadgamestudios", "game-assets", "fan-project" ], "author": "JoeBen Wilson", "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" } }