2019-02-09 19:09:04 +01:00
|
|
|
{
|
|
|
|
"name": "canihazusername",
|
2021-11-21 18:12:05 +01:00
|
|
|
"version": "2.2.2",
|
2020-02-05 21:21:51 +01:00
|
|
|
"description": "username generator. typed, simple and customizable",
|
2021-03-15 18:14:19 +01:00
|
|
|
"main": "./dist/index.js",
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
"files": [
|
2021-11-21 18:11:42 +01:00
|
|
|
"dist"
|
2021-03-15 18:14:19 +01:00
|
|
|
],
|
|
|
|
"targets": {
|
|
|
|
"docs": {
|
|
|
|
"distDir": "./build",
|
|
|
|
"context": "browser"
|
|
|
|
}
|
|
|
|
},
|
2019-02-09 19:09:04 +01:00
|
|
|
"scripts": {
|
2021-03-15 18:14:19 +01:00
|
|
|
"generate": "git submodule update && node ./generate/wordlist.js",
|
2021-11-02 18:02:21 +01:00
|
|
|
"dev": "tsc -w",
|
|
|
|
"build": "tsc",
|
2021-03-15 18:31:10 +01:00
|
|
|
"docs": "tsc && parcel build --target docs demo/index.html ",
|
2021-03-15 18:14:19 +01:00
|
|
|
"docs:dev": "parcel --target docs demo/index.html",
|
2021-03-15 18:36:04 +01:00
|
|
|
"prepublishOnly": "rm -rf ./dist && tsc"
|
2019-02-09 19:09:04 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/CupCakeArmy/canihazusername.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
2020-02-05 21:21:51 +01:00
|
|
|
"username",
|
|
|
|
"generator",
|
|
|
|
"types",
|
|
|
|
"customizable"
|
2019-02-09 19:09:04 +01:00
|
|
|
],
|
|
|
|
"author": "Niccolo Borgioli",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/CupCakeArmy/canihazusername/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/CupCakeArmy/canihazusername#readme",
|
|
|
|
"devDependencies": {
|
2021-11-02 18:02:21 +01:00
|
|
|
"bulma": "^0.9.3",
|
|
|
|
"parcel": "^2.0.0",
|
|
|
|
"typescript": "^4.4.4"
|
2019-02-09 19:09:04 +01:00
|
|
|
}
|
2020-02-06 10:31:12 +01:00
|
|
|
}
|