cust-math_2
Version:
A custom math utility for basic operations
29 lines (28 loc) • 605 B
JSON
{
"name": "cust-math_2",
"version": "1.0.0",
"description": "A custom math utility for basic operations",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"math",
"calculator",
"add",
"subtract",
"multiply",
"math-functions",
"utility",
"math-utils",
"simple-math"],
"license": "MIT",
"author": "Ky",
"repository": {
"type": "git",
"url": "https://github.com/kky-ykk/cust_math.git"
}
}