{
	"name": "@santi100/product-series",
	"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 Powerful Product Series Library: Π in a breeze!",
	"keywords": [
		"math",
		"santi100",
		"es3",
		"minimal",
		"portable",
		"small",
		"product-series"
	],
	"devDependencies": {
		"@types/jest": "29.5.2",
		"@typescript-eslint/eslint-plugin": "5.60.1",
		"@typescript-eslint/parser": "5.60.1",
		"eslint": "^8.39.0",
		"eslint-plugin-jest": "^27.2.1",
		"jest": "^29.4.3",
		"prettier": "2.8.8",
		"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/product-series",
		"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"
	}
}
