mirror of
https://github.com/cupcakearmy/canihazusername.git
synced 2024-11-16 10:00:56 +01:00
36 lines
1023 B
JSON
36 lines
1023 B
JSON
{
|
|
"name": "canihazusername",
|
|
"version": "2.0.5",
|
|
"description": "username generator. typed, simple and customizable",
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"scripts": {
|
|
"generate": "git -C ./generate/wordlist pull && node ./generate/wordlist.js",
|
|
"docs": "parcel build --no-source-maps --out-dir ./docs --public-url ./ ./website/index.html",
|
|
"docs:dev": "parcel ./website/index.html",
|
|
"prepublishOnly": "rm -rf ./lib && 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.8.0",
|
|
"parcel-bundler": "^1.12.4",
|
|
"ts-node-dev": "^1.0.0-pre.44",
|
|
"typescript": "3.7"
|
|
}
|
|
}
|