-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.31 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
50
51
52
53
54
55
56
57
{
"name": "@yetnt/ump",
"version": "6.1.0-dev.1",
"description": "A very useless math package for your complex javascript projects",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"test": "npm run build; npx mocha ./src/index.test.js",
"build": "npx tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yetity/ump.git"
},
"keywords": [
"javascript",
"typescript",
"math",
"maths",
"prime",
"numbers",
"ratios",
"rate",
"distance",
"factorization",
"factors",
"simple",
"distance",
"area",
"volume",
"temperature",
"data",
"pattern",
"gcd",
"mean",
"mode",
"median",
"range"
],
"author": "YetNT",
"license": "MIT",
"bugs": {
"url": "https://github.com/Yetity/ump/issues"
},
"homepage": "https://github.com/Yetity/ump#readme",
"devDependencies": {
"@types/node": "^22.7.6",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"eslint": "^9.12.0",
"expect.js": "^0.3.1",
"mocha": "^10.7.3"
}
}