2019-02-09 19:09:04 +01:00
|
|
|
{
|
|
|
|
"name": "canihazusername",
|
2023-07-12 22:47:42 +02:00
|
|
|
"version": "2.4.0",
|
2020-02-05 21:21:51 +01:00
|
|
|
"description": "username generator. typed, simple and customizable",
|
2023-07-12 22:37:34 +02:00
|
|
|
"packageManager": "pnpm@8.6.7",
|
2022-05-31 15:31:36 +02:00
|
|
|
"type": "module",
|
2022-06-01 00:42:17 +02:00
|
|
|
"main": "./dist/index.cjs",
|
|
|
|
"module": "./dist/index.js",
|
|
|
|
"types": "./dist/index.d.ts",
|
2022-05-31 15:31:36 +02:00
|
|
|
"exports": {
|
|
|
|
".": {
|
2022-06-06 12:40:35 +02:00
|
|
|
"require": "./dist/index.cjs",
|
|
|
|
"import": "./dist/index.js",
|
2022-06-01 00:42:17 +02:00
|
|
|
"types": "./dist/index.d.ts"
|
2022-05-31 15:31:36 +02:00
|
|
|
}
|
|
|
|
},
|
2021-03-15 18:14:19 +01:00
|
|
|
"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": {
|
2023-07-12 22:47:42 +02:00
|
|
|
"generate": "git submodule update --recursive --remote --init && node ./generate/wordlist.js",
|
2021-11-02 18:02:21 +01:00
|
|
|
"dev": "tsc -w",
|
2022-06-01 00:42:17 +02:00
|
|
|
"build": "tsup src/index.ts --format cjs,esm --dts --sourcemap",
|
2023-07-12 23:05:30 +02:00
|
|
|
"docs": "vite build demo --outDir ../build",
|
|
|
|
"docs:dev": "vite demo",
|
2022-06-01 00:42:17 +02:00
|
|
|
"prepublishOnly": "rm -rf ./dist && pnpm run build",
|
2023-07-12 23:05:30 +02:00
|
|
|
"clean": "rm -rf ./dist ./build"
|
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": {
|
2022-05-31 15:31:36 +02:00
|
|
|
"bulma": "^0.9.4",
|
2023-07-12 22:37:34 +02:00
|
|
|
"tsup": "^7.1.0",
|
2023-07-12 23:05:30 +02:00
|
|
|
"typescript": "^5.1.6",
|
|
|
|
"vite": "^4.4.3"
|
2019-02-09 19:09:04 +01:00
|
|
|
}
|
2020-02-06 10:31:12 +01:00
|
|
|
}
|