-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
33 lines (33 loc) · 859 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
{
"name": "@hetarth02/js-array-helpers",
"version": "4.1.0",
"description": "Array Helper functions.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/Hetarth02/js-array-helpers.git"
},
"keywords": [
"array helpers",
"js array helpers",
"package",
"helpers"
],
"publishConfig": {
"@Hetarth02:registry": "https://npm.pkg.github.com"
},
"author": {
"name": "Hetarth Shah",
"email": "hetarth02@gmail.com",
"url": "https://hetarth02.github.io/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Hetarth02/js-array-helpers/issues"
},
"homepage": "https://github.com/Hetarth02/js-array-helpers#readme"
}