UNPKG

1.04 kBJSONView Raw
1{
2 "name": "@aryth/util-bound",
3 "version": "0.6.9",
4 "description": "A math util library",
5 "main": "./dist/index.cjs",
6 "exports": {
7 "import": "./dist/index.mjs",
8 "require": "./dist/index.cjs"
9 },
10 "files": [
11 "dist"
12 ],
13 "publishConfig": {
14 "access": "public"
15 },
16 "scripts": {
17 "pub": "npm publish",
18 "test": "node -r @babel/register test/rank.test.js"
19 },
20 "dependencies": {
21 "@typen/enum-check-levels": "^0.1.19",
22 "@typen/num-loose": "^0.1.19",
23 "@typen/num-strict": "^0.1.19",
24 "typen": "^0.2.3"
25 },
26 "devDependencies": {
27 "@texting/charset-halfwidth": "^0.1.13",
28 "@typen/literal": "^0.1.19"
29 },
30 "repository": {
31 "type": "git",
32 "url": "git+https://github.com/gadge/aryth.git"
33 },
34 "keywords": [
35 "math",
36 "numeric",
37 "analysis"
38 ],
39 "author": "Hoyeung Wong",
40 "license": "MIT",
41 "bugs": {
42 "url": "https://github.com/hoyeungw/aryth"
43 },
44 "homepage": "https://github.com/hoyeungw/aryth#readme",
45 "gitHead": "49740b759269644ffd876c03955fd3edcea3d80c"
46}