-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 879 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
{
"scripts": {
"build": "tsc",
"test": "jest"
},
"devDependencies": {
"@types/jest": "^28.1.3",
"babel-jest": "^28.1.2",
"jest": "^28.1.2",
"jsdoc": "^3.6.10",
"ts-jest": "^28.0.5"
},
"name": "bloatedmath",
"description": "Extensive JavaScript Math Library Written In TypeScript.",
"version": "1.0.0",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/LorenzoBloedow/BloatedMath.git"
},
"keywords": [
"math",
"mathematics",
"algorithm",
"constant",
"theorem",
"TypeScript",
"JavaScript",
"Bloated",
"BloatedMath"
],
"author": "Lorenzo Bloedow",
"license": "GPL-3.0",
"files": [
"/dist"
],
"bugs": {
"url": "https://github.com/LorenzoBloedow/BloatedMath/issues"
},
"homepage": "https://github.com/LorenzoBloedow/BloatedMath#readme"
}