chonkie-ts
Version:
A modular for chunking.
43 lines • 1.26 kB
JSON
{
"name": "chonkie-ts",
"version": "0.0.1",
"description": "A modular for chunking.",
"keywords": [
"chonkie",
"chonkie-ts",
"typescript"
],
"homepage": "https://github.com/PolyerAI/chonkie-ts",
"bugs": {
"url": "https://github.com/PolyerAI/chonkie-ts/issues"
},
"author": "PolyerAI <admin@polyer.io> (https://polyer.io)",
"repository": {
"type": "git",
"url": "git+https://github.com/PolyerAI/chonkie-ts.git"
},
"files": [
"dist"
],
"type": "module",
"license": "MIT",
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.3",
"@changesets/cli": "^2.27.12",
"@types/node": "^20.11.24",
"prettier": "^3.4.2",
"typescript": "^5.7.3",
"vitest": "^3.0.4"
},
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"check-format": "prettier --check \"**/*.{js,jsx,ts,tsx,json,md}\"",
"check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
"ci": "npm run build && npm run check-format && npm run check-exports && npm run test",
"test": "vitest run --passWithNoTests",
"dev": "vitest --passWithNoTests",
"local-release": "changeset version && changeset publish"
}
}