{
	"name": "@santi100/binet-formula",
	"version": "0.0.1",
	"main": "cjs/index.js",
	"typings": "cjs/index.d.ts",
	"module": "index.js",
	"license": "MIT",
	"author": "santi100a <santyrojasprieto9+npmauthor@gmail.com>",
	"description": "Santi's Basic Binet Formula Library: What is F_n?",
	"keywords": [
		"math",
		"santi100",
		"es3",
		"minimal",
		"portable",
		"small",
		"fibonacci",
		"fib",
		"fibo",
		"binet"
	],
	"devDependencies": {
		"@types/jest": "29.5.3",
		"@typescript-eslint/eslint-plugin": "5.62.0",
		"@typescript-eslint/parser": "5.62.0",
		"eslint": "^8.39.0",
		"eslint-plugin-jest": "^27.2.1",
		"jest": "^29.4.3",
		"prettier": "3.0.0",
		"remark-cli": "^11.0.0",
		"remark-gfm": "^3.0.1",
		"remark-validate-links": "^12.1.1",
		"typescript": "^4.9.5"
	},
	"repository": {
		"url": "https://github.com/santi100a/binet-formula",
		"type": "git"
	},
	"funding": {
		"url": "https://github.com/sponsors/santi100a",
		"type": "github"
	},
	"scripts": {
		"build": "tsc",
		"test": "jest",
		"dev": "tsc -w",
		"prettify": "prettier --write src/**/*.ts",
		"lint": "eslint src/**/*.ts",
		"esm-wrapper": "node scripts/esm-wrapper.js",
		"validate-package-json": "node scripts/validate-package-json.js",
		"lint-fix": "eslint --fix src/**/*.ts",
		"test:watch": "jest --watchAll",
		"check-links": "remark --frail .",
		"postbuild": "yarn esm-wrapper",
		"prepublishOnly": "yarn validate-package-json"
	},
	"dependencies": {
		"@santi100/assertion-lib": "^1.0.8"
	}
}
