forked from Patashu/break_infinity.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 KB
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
{
"name": "break_infinity.s.js",
"version": "1.2.5",
"description": "Fork of break_infinity.js by Patashu. All changes made to allow properly serializing the Decimal objects",
"main": "dist/break_infinity.js",
"module": "dist/break_infinity.esm.js",
"unpkg": "dist/break_infinity.min.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npm run dist && npm run docs",
"dist": "bili",
"docs": "typedoc --options typedoc.ts src"
},
"repository": {
"type": "git",
"url": "https://github.com/Patashu/break_infinity.js.git"
},
"keywords": [
"bignum",
"bignumber",
"bigdecimal",
"number",
"decimal"
],
"author": "Patashu",
"license": "MIT",
"bugs": {
"url": "https://github.com/Patashu/break_infinity.js/issues"
},
"homepage": "https://github.com/Patashu/break_infinity.js",
"dependencies": {
"pad-end": "^1.0.2"
},
"devDependencies": {
"bili": "^5.0.5",
"rollup-plugin-typescript2": "^0.27.1",
"tslint": "^6.1.2",
"typedoc": "^0.19.0",
"typescript": "^4.0.2"
}
}