UNPKG

@jsse/quick-maths

Version:
71 lines 1.74 kB
{ "name": "@jsse/quick-maths", "type": "module", "version": "0.0.2", "description": "quick-maths", "author": "jessekrubin <jessekrubin@gmail.com>", "license": "MIT", "homepage": "https://github.com/jessekrubin/ts-template#readme", "repository": { "type": "git", "url": "git+https://github.com/jessekrubin/ts-template.git" }, "bugs": { "url": "https://github.com/jessekrubin/ts-template/issues" }, "keywords": [ "jawascript", "typescript" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" }, "./fetty-wap-const": { "types": "./dist/fetty-wap-const.d.ts", "import": "./dist/fetty-wap-const.js", "require": "./dist/fetty-wap-const.cjs" }, "./package.json": "./package.json" }, "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "bin": { "quick-maths": "./dist/cli.js" }, "files": [ "dist", "src" ], "engines": { "node": ">=18" }, "devDependencies": { "@jsse/eslint-config": "^0.1.12", "@jsse/tsconfig": "^0.0.3", "@types/node": "^20.14.9", "@vitest/coverage-v8": "^1.5.3", "eslint": "^8.57.0 && <9.0.0", "prettier": "^3.2.5", "tsup": "^8.0.2", "tsx": "^4.9.4", "typescript": "^5.4.5", "vite": "^5.2.11", "vitest": "^1.5.3" }, "scripts": { "build-fast": "tsup", "build": "tsup --dts", "check": "eslint . && prettier --check .", "fmt": "prettier --write .", "fmtc": "prettier --check .", "lint": "eslint .", "test": "vitest --run", "cov": "vitest --coverage", "tsc": "tsc -p tsconfig.json", "typecheck": "tsc --noEmit" } }