-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 959 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 959 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
33
34
35
36
37
38
39
{
"name": "@ack_inc/utils",
"version": "2.0.1",
"description": "A collection of utility functions I find myself needing across multiple projects",
"license": "MIT",
"author": "Anirudh Nimmagadda <anirudh.nimmagadda@gmail.com>",
"engines": {
"node": ">=16"
},
"repository": {
"type": "git",
"url": "https://github.com/ackinc/node-utils"
},
"bugs": "https://github.com/ackinc/node-utils/issues",
"main": "index.js",
"scripts": {
"test": "jest"
},
"devDependencies": {
"eslint": "^7.25.0",
"eslint-plugin-jest": "^24.3.6",
"jest": "^26.6.3",
"jest-extended": "^0.11.5",
"prettier": "^2.2.1"
},
"keywords": [
"random string",
"generate random string",
"random string generator",
"group-by",
"group by",
"group by multiple keys",
"group-by multiple keys",
"mobile number formatter",
"format mobile number",
"interpolate string"
],
"dependencies": {}
}