mirror of
https://github.com/cupcakearmy/canihazusername.git
synced 2024-11-16 10:00:56 +01:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "canihazusername",
|
|
"version": "2.1.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",
|
|
"docs": "tsc && parcel build --target docs demo/index.html ",
|
|
"docs:dev": "parcel --target docs demo/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.9",
|
|
"parcel": "^2.0.0-nightly.626",
|
|
"ts-node-dev": "^1",
|
|
"typescript": "^4"
|
|
}
|
|
}
|