@leafer/math
Version:
28 lines • 611 B
JSON
{
"name": "@leafer/math",
"version": "1.9.4",
"description": "@leafer/math",
"author": "Chao (Leafer) Wan",
"license": "MIT",
"main": "src/index.ts",
"types": "types/index.d.ts",
"files": [
"src",
"types",
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/leaferjs/leafer.git"
},
"homepage": "https://github.com/leaferjs/leafer/tree/main/packages/math",
"bugs": "https://github.com/leaferjs/leafer/issues",
"keywords": [
"leafer",
"leaferjs"
],
"devDependencies": {
"@leafer/interface": "1.9.4",
"@leafer/data": "1.9.4"
}
}