UNPKG

@ajaykrp/math-ops

Version:

A versatile TypeScript library designed to handle a wide range of mathematical operations

34 lines 826 B
{ "name": "@ajaykrp/math-ops", "version": "1.1.0", "description": "A versatile TypeScript library designed to handle a wide range of mathematical operations", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "start": "node dist/index.js", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/AjayKrP/math-ops.git" }, "keywords": [ "NodeJS", "TypeScript", "Math" ], "author": "Ajay", "license": "MIT", "bugs": { "url": "https://github.com/AjayKrP/math-ops/issues" }, "homepage": "https://github.com/AjayKrP/math-ops#readme", "devDependencies": { "@types/jest": "^29.5.13", "jest": "^29.7.0", "ts-jest": "^29.2.5", "typescript": "^5.6.2" } }