@anaplian/model-context-size
Version:
Anaplian support library for fetching the context window size for various models
58 lines (57 loc) • 1.45 kB
JSON
{
"name": "@anaplian/model-context-size",
"version": "1.0.9",
"description": "Anaplian support library for fetching the context window size for various models",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/mjs/index.js",
"scripts": {
"test": "jest",
"test:ci": "jest --coverage -ci --reporters=default",
"clean": "rm -rf dist coverage",
"semantic-release": "semantic-release",
"build:mjs": "tsc",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build": "npm run build:cjs && npm run build:mjs"
},
"types": "./dist/mjs/index.d.ts",
"exports": {
".": {
"types": "./dist/mjs/index.d.ts",
"require": "./dist/cjs/index.js",
"import": "./dist/mjs/index.js"
},
"./package.json": "./package.json"
},
"files": [
"dist/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/anaplian-io/anaplian.git"
},
"author": "Anaplian.io",
"license": "MIT",
"bugs": {
"url": "https://github.com/anaplian-io/anaplian/issues"
},
"homepage": "https://github.com/anaplian-io/anaplian/tree/main/packages/model-context-size",
"keywords": [
"llm",
"context",
"window",
"model",
"size",
"langchain"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2"
},
"sideEffects": false
}