{ "name": "canihazusername", "version": "2.2.0", "description": "username generator. typed, simple and customizable", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "./dist" ], "targets": { "docs": { "distDir": "./build", "context": "browser" } }, "scripts": { "generate": "git submodule update && node ./generate/wordlist.js", "dev": "tsc -w", "build": "tsc", "docs": "tsc && parcel build --target docs demo/index.html ", "docs:dev": "parcel --target docs demo/index.html", "prepublishOnly": "rm -rf ./dist && tsc" }, "repository": { "type": "git", "url": "git+https://github.com/CupCakeArmy/canihazusername.git" }, "keywords": [ "username", "generator", "types", "customizable" ], "author": "Niccolo Borgioli", "license": "MIT", "bugs": { "url": "https://github.com/CupCakeArmy/canihazusername/issues" }, "homepage": "https://github.com/CupCakeArmy/canihazusername#readme", "devDependencies": { "bulma": "^0.9.3", "parcel": "^2.0.0", "typescript": "^4.4.4" } }