UNPKG

precise-fractions

Version:
63 lines (62 loc) 1.3 kB
{ "name": "precise-fractions", "private": false, "author": "Konstantin Feuerborn", "version": "1.2.3", "type": "module", "license": "MIT", "declaration": true, "files": [ "dist/*" ], "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } }, "./utils": { "import": { "types": "./dist/utils/index.d.ts", "default": "./dist/utils/index.js" }, "require": { "types": "./dist/utils/index.d.cts", "default": "./dist/utils/index.cjs" } } }, "description": "Allows for working with fractions.", "scripts": { "dev": "vite", "build": "tsup", "preview": "vite preview" }, "devDependencies": { "@types/node": "^20.8.2", "solid-js": "^1.7.12", "tsup": "^8.3.6", "typescript": "^5.7.3", "vite": "^4.4.10", "vite-plugin-dts": "^3.6.0", "vite-plugin-solid": "^2.7.0" }, "keywords": [ "Precise", "Exact", "Fractions", "Probability" ], "repository": { "type": "git", "url": "https://github.com/KFeu1/precise-fractions" }, "engines": { "node": ">=10.4.0" } }