-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.04 KB
/
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
43
44
45
46
47
48
49
{
"name": "decimalize",
"version": "1.1.1",
"description": "JS decimal expressions library written in TypeScript",
"main": "Decimalize.js",
"directories": {
"test": "tests"
},
"dependencies": {
"@types/big.js": "^6.0.0",
"bignumber.js": "^9.0.1",
"parzec": "^1.0.1"
},
"devDependencies": {
"@types/jasmine": "^3.6.1",
"glob": "^7.1.6",
"jasmine": "^3.6.3",
"ts-node": "^9.0.0",
"typescript": "^4.0.5"
},
"scripts": {
"test": "ts-node node_modules/jasmine/bin/jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aidy-jenkins/decimalize.git"
},
"keywords": [
"decimalize",
"decimal",
"expression",
"number",
"numeric",
"BigNumber",
"precision",
"precise",
"calculation",
"calculate",
"arithmetic",
"math",
"maths"
],
"author": "Aidy Jenkins",
"license": "MIT",
"bugs": {
"url": "https://github.com/aidy-jenkins/decimalize/issues"
},
"homepage": "https://github.com/aidy-jenkins/decimalize#readme"
}