-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 990 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
36
{
"name": "@szymonwilczek/polish-random-username",
"version": "1.3.3",
"description": "Generate random Polish-themed usernames",
"main": "dist/random-username.cjs.production.min.js",
"module": "dist/random-username.esm.js",
"types": "dist/random-username.d.ts",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"scripts": {
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "https://github.com/szymonwilczek/polish-random-username.git"
},
"keywords": [
"random",
"username",
"polish",
"generator"
],
"author": "Szymon Wilczek",
"license": "MIT",
"dependencies": {
"@rollup/plugin-typescript": "^11.1.5",
"rollup-plugin-terser": "^7.0.2",
"terser": "^5.24.0"
},
"devDependencies": {
"rollup": "^2.79.1",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^4.9.5"
}
}