-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 972 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
34
35
36
37
38
39
40
41
42
{
"name": "custom-numeral",
"version": "1.4.0",
"description": "A javascript library for formatting and manipulating numbers fully custmizable.",
"main": "index.js",
"author": {
"name": "Abhishek Patel",
"email": "[email protected]",
"url": "http://github.com/abhishekpatel946"
},
"keywords": [
"numeral",
"number",
"format",
"time",
"money",
"percentage",
"custom-numeral",
"bignumber",
"numeral",
"bignumbers",
"bigjs"
],
"repository": {
"type": "git",
"url": "https://github.com/abhishekpatel946/Custom-Numeral"
},
"bugs": {
"url": "https://github.com/abhishekpatel946/Custom-Numeral/issues"
},
"scripts": {
"prepare": "husky install",
"lint": "eslint --fix --ext .js",
"lint:fix": "npm run lint -- --fix",
"test": "npm run lint"
},
"license": " Apache-2.0 License",
"devDependencies": {
"eslint": "^8.12.0",
"husky": "^7.0.0"
}
}