UNPKG

image-reachthefinals

Version:

This package contains a curated collection of images from The Finals game by Embark Studios. The images are sourced from the community-run wiki (https://www.thefinals.wiki/) and are licensed under the Creative Commons Attribution-ShareAlike 4.0 Internatio

48 lines (47 loc) 1.52 kB
{ "name": "image-reachthefinals", "version": "1.3.0", "description": "This package contains a curated collection of images from The Finals game by Embark Studios. The images are sourced from the community-run wiki (https://www.thefinals.wiki/) and are licensed under the Creative Commons Attribution-ShareAlike 4.0 International License (https://creativecommons.org/licenses/by-sa/4.0/). 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-reachthefinals.git" }, "keywords": [ "images", "the-finals", "embark-studios", "game-assets", "fan-project" ], "author": "Isaac Yong", "license": "CC-BY-SA-4.0", "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" } }