-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 903 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
{
"name": "@mo.inkhan/random-chars",
"version": "1.0.6",
"description": "A simple and lightweight npm package for generating random chars. Perfect for creating unique identifiers, and other random text. With customizable length and character set options, it's easy to generate strings that fit your specific requirements.",
"main": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mo-inkhan/random-string.git"
},
"keywords": [
"random",
"strings",
"npm"
],
"devDependencies": {
"typescript": "^4.7.3"
},
"author": "Moin Khan",
"license": "MIT",
"types": "./dist/index.d.ts",
"bugs": {
"url": "https://github.com/mo-inkhan/random-string/issues"
},
"homepage": "https://github.com/mo-inkhan/random-string#readme"
}