UNPKG

@osbjs/math

Version:
38 lines (37 loc) 706 B
{ "name": "@osbjs/math", "version": "2.4.0", "description": "math helper", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "prepare": "npm run build", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/osbjs/math.git" }, "keywords": [ "osbjs" ], "author": "Nanachi", "license": "MIT", "bugs": { "url": "https://github.com/osbjs/math/issues" }, "homepage": "https://github.com/osbjs/math#readme", "devDependencies": { "@tsconfig/node14": "^1.0.1", "@types/node": "^16.11.7", "eslint": "^8.2.0", "prettier": "^2.4.1", "typescript": "^4.5.2" }, "dependencies": { "simplex-noise": "^3.0.1" } }