@sgohlke/funpara
Version:
Function parameter library for coding and testing
54 lines (53 loc) • 1.35 kB
JSON
{
"name": "@sgohlke/funpara",
"version": "1.1.2",
"description": "Function parameter library for coding and testing",
"keywords": [
"Date",
"Exit",
"Fetch",
"Testing",
"Timeout"
],
"homepage": "https://github.com/sgohlke/funpara#readme",
"bugs": {
"url": "https://github.com/sgohlke/funpara/issues"
},
"license": "MIT",
"author": "Stefan Gohlke",
"repository": {
"type": "git",
"url": "git+https://github.com/sgohlke/funpara.git"
},
"type": "module",
"main": "build/index.cjs",
"module": "build/index.mjs",
"types": "build/index.d.mts",
"exports": {
".": {
"types": "./build/index.d.mts",
"import": "./build/index.mjs",
"require": "./build/index.cjs",
"default": "./build/index.mjs"
},
"./package.json": "./package.json"
},
"scripts": {
"build": "tsdown",
"check": "tsc --noEmit --pretty",
"checkformat": "oxfmt --check",
"format": "oxfmt",
"lint": "oxlint -c .oxlintrc.json --format=default",
"prepack": "npm run build",
"test": "node --experimental-test-coverage --import tsx --test tests/index.test.ts"
},
"devDependencies": {
"@swc/core": "1.15.43",
"@types/node": "26.0.1",
"oxfmt": "0.57.0",
"oxlint": "1.72.0",
"tsdown": "0.22.3",
"tsx": "4.22.4",
"typescript": "6.0.3"
}
}