UNPKG

@santi100a/percentage-lib

Version:

Santi's Powerful Percentage Function: Easily find percentages!

53 lines (52 loc) 1.52 kB
{ "name": "@santi100a/percentage-lib", "version": "0.0.1", "main": "cjs/index.js", "module": "./index.mjs", "typings": "cjs/index.d.ts", "license": "MIT", "devDependencies": { "@types/jest": "^29.4.1", "@typescript-eslint/eslint-plugin": "^6.7.0", "@typescript-eslint/parser": "^6.7.0", "eslint": "^8.50.0", "eslint-plugin-jest": "^27.4.0", "jest": "^29.4.3", "prettier": "^3.0.2", "remark-cli": "^12.0.0", "remark-validate-links": "^12.1.1", "ts-jest": "^29.1.1", "typescript": "4.9.5" }, "author": "Santiago Rojas <santyrojasprieto9+npm@gmail.com>", "description": "Santi's Powerful Percentage Function: Easily find percentages!", "keywords": [ "santi100a", "percentage", "library", "typescript", "math", "statistics" ], "repository": { "url": "https://github.com/santi100a/percentage-lib", "type": "git" }, "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": { "@santi100a/assertion-lib": "^2.0.4" } }