@ephykal/operations-utils
Version:
> TODO: description
41 lines (40 loc) • 897 B
JSON
{
"name": "@ephykal/operations-utils",
"version": "0.0.1",
"description": "> TODO: description",
"author": "ephykal <ephraimolu6@gmail.com>",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"homepage": "https://github.com/ephykal/ts-monorepo-utils#readme",
"license": "ISC",
"directories": {
"src": "src",
"test": "tests"
},
"files": [
"dist",
"README.md"
],
"scripts": {
"test": "jest ./tests",
"build": "tsup"
},
"keywords": [
"math",
"operations",
"math-operations",
"arithmetic-operations"
],
"repository": {
"type": "git",
"url": "https://github.com/ephykal/ts-monorepo-utils.git"
},
"bugs": {
"url": "https://github.com/ephykal/ts-monorepo-utils/issues"
},
"publishConfig": {
"access": "public"
},
"gitHead": "2c9c5bab2a179a94e1d5f35202f59944be1e4c53"
}