-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 940 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
{
"name": "onedionys-number-languange",
"version": "5.0.0",
"description": "One Dionys (Number Languange) - A package used to make it easier for developers to format numbers.",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/onedionys/onedionys-number-languange.git"
},
"keywords": [
"onedionys",
"number-languange",
"format-number-id",
"format-number-en"
],
"author": "One Dionys",
"license": "ISC",
"bugs": {
"url": "https://github.com/onedionys/onedionys-number-languange/issues"
},
"homepage": "https://github.com/onedionys/onedionys-number-languange#readme",
"dependencies": {
"@types/chai": "^4.3.12",
"@types/mocha": "^10.0.6",
"chai": "^5.1.0",
"mocha": "^10.3.0"
},
"devDependencies": {
"chai": "^5.1.0",
"mocha": "^10.3.0"
}
}