@jrc03c/js-math-tools
Version:
some math tools for JS
31 lines • 738 B
JSON
{
"author": "jrc03c",
"bugs": {
"url": "https://github.com/jrc03c/js-math-tools/issues"
},
"description": "some math tools for JS",
"devDependencies": {
"@eslint/js": "^9.11.1",
"@jrc03c/fake-jest": "^0.0.17",
"@jrc03c/freeze": "^0.0.7",
"esbuild": "^0.25.4",
"eslint": "^9.11.1",
"globals": "^15.9.0",
"madge": "^5.0.1"
},
"homepage": "https://github.com/jrc03c/js-math-tools#readme",
"keywords": [
"js",
"math"
],
"license": "ISC",
"main": "./src/index.mjs",
"module": "./src/index.mjs",
"name": "@jrc03c/js-math-tools",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jrc03c/js-math-tools.git"
},
"type": "module",
"version": "0.0.100"
}