forked from cupcakearmy/canihazusername
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1023 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"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"
}
}