UNPKG

randpix

Version:

Fastest pixel avatar generator

54 lines (53 loc) 1.25 kB
{ "name": "randpix", "version": "1.1.1", "description": "Fastest pixel avatar generator", "files": [ "lib/**/*" ], "types": "./lib/typings/index.d.ts", "scripts": { "build": "tsc && node build.js", "prepare": "yarn build", "version": "git add", "postversion": "git push && git push --tags" }, "exports": { "import": "./lib/index.mjs", "require": "./lib/index.cjs", "default": "./lib/index.cjs" }, "main": "./lib/index.cjs", "module": "./lib/index.mjs", "author": "LIMPIX31", "repository": "https://github.com/LIMPIX31/randpix.git", "bugs": { "url": "https://github.com/LIMPIX31/randpix/issues" }, "homepage": "https://github.com/LIMPIX31/randpix#readme", "license": "MIT", "keywords": [ "avatar", "pixel", "art", "node", "typescript", "random", "image", "picture", "generator" ], "dependencies": { "canvas": "^2.9.1", "seedrandom": "^3.0.5" }, "devDependencies": { "@types/node": "^17.0.23", "@types/seedrandom": "^3.0.2", "concurrently": "^7.1.0", "esbuild": "^0.14.36", "prettier": "^2.6.2", "typescript": "^4.6.3", "yarn": "^1.22.18" } }