cust_math
Version:
custome package for mathematical operations
32 lines (31 loc) • 674 B
JSON
{
"name": "cust_math",
"version": "0.2.0",
"description": "custome package for mathematical operations",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kky-ykk/cust_math.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kky-ykk/cust_math/issues"
},
"homepage": "https://github.com/kky-ykk/cust_math#readme",
"keywords": [
"math",
"calculator",
"add",
"subtract",
"multiply",
"math-functions",
"utility",
"math-utils",
"simple-math"
]
}