-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjsr.json
More file actions
32 lines (32 loc) · 907 Bytes
/
jsr.json
File metadata and controls
32 lines (32 loc) · 907 Bytes
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
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@tene/js-utils-kit",
"version": "0.5.4",
"description": "Essential JavaScript helpers",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/teneplaysofficial/js-utils-kit"
},
"bugs": {
"url": "https://github.com/teneplaysofficial/js-utils-kit/issues"
},
"author": {
"name": "Sriman",
"email": "136729116+TenEplaysOfficial@users.noreply.github.com",
"url": "https://tene.vercel.app"
},
"exports": {
".": "./src/index.ts",
"./array": "./src/array/index.ts",
"./char": "./src/char/index.ts",
"./env": "./src/env/index.ts",
"./file": "./src/file/index.ts",
"./number": "./src/number/index.ts",
"./object": "./src/object/index.ts",
"./string": "./src/string/index.ts"
},
"publish": {
"include": ["src", "README.md", "LICENSE"]
}
}