-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1 KB
/
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
{
"name": "@otumian-empire/somerandchar",
"version": "3.0.4",
"description": "somerandchar lets you generate random characters for your applications. You can generate some random characters of customizable length. You can also choose from the character set to generate these desired random characters from. The best part, somerandchar has no dependencies thus flexibly customizable.",
"main": "./src/index.js",
"scripts": {
"test": "mocha",
"lint": "npx eslint ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Otumian-empire/somerandchar.git"
},
"keywords": [
"somerandchar",
"tokens",
"random",
"random-number-generators",
"otumian"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/Otumian-empire/somerandchar/issues"
},
"homepage": "https://github.com/Otumian-empire/somerandchar#readme",
"directories": {
"test": "test"
},
"devDependencies": {
"eslint": "^8.23.0"
}
}