UNPKG

lambert-w-function

Version:

An efficient JavaScript implementation for the Lambert W Function on the principial branch.

34 lines (33 loc) 895 B
{ "name": "lambert-w-function", "version": "5.0.0", "description": "An efficient JavaScript implementation for the Lambert W Function on the principial branch.", "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/howion/lambert-w-function.git" }, "keywords": [ "math", "mathematics", "lambert", "omega-function", "typescript" ], "bugs": { "url": "https://github.com/howion/lambert-w-function/issues" }, "scripts": { "build": "tsup", "format": "prettier --write ." }, "author": "howion", "license": "MIT", "devDependencies": { "@swc/core": "^1.12.14", "prettier": "^3.6.2", "tsup": "^8.5.0", "typescript": "^5.8.3" } }