canihazusername/package.json

45 lines
1.1 KiB
JSON
Raw Normal View History

2019-02-09 19:09:04 +01:00
{
"name": "canihazusername",
2020-02-15 17:16:27 +01:00
"version": "2.0.5",
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": [
"./dist"
],
"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",
"docs": "parcel build --target docs demo/index.html ",
"docs:dev": "parcel --target docs demo/index.html",
2020-02-06 10:21:36 +01:00
"prepublishOnly": "rm -rf ./lib && 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-03-15 18:14:19 +01:00
"bulma": "^0.9",
"parcel": "^2.0.0-nightly.626",
"ts-node-dev": "^1",
"typescript": "^4"
2019-02-09 19:09:04 +01:00
}
2020-02-06 10:31:12 +01:00
}