{
	"name": "native_math",
	"version": "2.1.1",
	"description": "NATIVE MATH: A tiny math library for node.js, deno.js & JavaScript on browser",
	"main": "index.js",
	"types": "index.d.ts",
	"scripts": {
		"build": "tsc -p . && npm run format",
		"preversion": "npm run build",
		"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/dr-montasir/native_math.git"
	},
	"keywords": [
		"math",
		"native math",
		"ts",
		"js",
		"nodejs",
		"deno",
		"bun",
		"typescript",
		"javascript",
		"ts",
		"js",
		"next.js",
		"react",
		"svelte",
		"sveltekit",
		"library",
		"npm",
		"yarn",
		"jsdelivr",
		"data science",
		"data analysis"
	],
	"author": "Montasir Mirghani",
	"license": "MIT",
	"devDependencies": {
		"@types/node": "^17.0.17",
		"prettier": "^2.5.1",
		"typescript": "^4.5.5"
	},
	"bugs": {
		"url": "https://github.com/dr-montasir/native_math/issues"
	},
	"homepage": "https://github.com/dr-montasir/native_math#readme"
}
