@corentinth/chisels
Version:
Collection of utilities for JavaScript and TypeScript, lightweight and tree-shakable.
68 lines (67 loc) • 1.78 kB
JSON
{
"name": "@corentinth/chisels",
"type": "module",
"version": "2.1.0",
"packageManager": "pnpm@10.16.1",
"description": "Collection of utilities for JavaScript and TypeScript, lightweight and tree-shakable.",
"author": "Corentin Thomasset <corentinth@proton.me> (https://corentin.tech)",
"license": "MIT",
"funding": "https://github.com/sponsors/CorentinTh",
"homepage": "https://github.com/CorentinTh/chisels#readme",
"repository": {
"type": "git",
"url": "https://github.com/CorentinTh/chisels"
},
"bugs": {
"url": "https://github.com/CorentinTh/chisels/issues"
},
"keywords": [
"utilities",
"utils",
"typescript",
"javascript",
"tree-shakable",
"esm",
"module"
],
"sideEffects": false,
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsdown",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"test": "pnpm run test:unit",
"test:unit": "vitest run",
"test:unit:watch": "vitest watch",
"typecheck": "tsc --noEmit",
"prepublishOnly": "pnpm run build",
"script:generate-api-doc": "tsx ./scripts/generate-api-doc.ts",
"release": "bumpp --commit --tag --push"
},
"devDependencies": {
"@antfu/eslint-config": "5.3.0",
"@types/node": "^24.3.2",
"@vitest/coverage-v8": "3.2.4",
"bumpp": "10.2.3",
"eslint": "9.35.0",
"tsdoc-extractor": "0.2.0",
"tsdown": "0.15.1",
"tsx": "4.20.5",
"typescript": "5.9.2",
"vitest": "3.2.4"
},
"publishConfig": {
"access": "public",
"provenance": true,
"registry": "https://registry.npmjs.org"
}
}