@gulibs/tegg-chromadb
Version:
[![NPM version][npm-image]][npm-url] [![Test coverage][codecov-image]][codecov-url] [![Known Vulnerabilities][snyk-image]][snyk-url] [![npm download][download-image]][download-url]
58 lines • 1.33 kB
JSON
{
"name": "@gulibs/tegg-chromadb",
"version": "0.0.11",
"publishConfig": {
"access": "public"
},
"description": "",
"eggPlugin": {
"name": "teggChromadb"
},
"main": "index.js",
"types": "index.d.ts",
"keywords": [
"tegg",
"tegg-chromadb",
"chromadb"
],
"dependencies": {
"@eggjs/core": "^6.5.0",
"chromadb": "^2.1.0"
},
"devDependencies": {
"@eggjs/tsconfig": "^2.0.0",
"@types/node": "^20.14.2",
"@types/validator": "^13.11.10",
"egg": "4",
"egg-bin": "^5",
"egg-ci": "^2",
"egg-mock": "^5",
"eslint": "8",
"eslint-config-egg": "14",
"typescript": "5"
},
"engines": {
"node": ">=18.19.0"
},
"scripts": {
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "npm run lint && npm run cov",
"clean": "tsc --build --clean",
"build": "npm run clean && tsc"
},
"files": [
"config/*.js",
"lib/*.js",
"app.js",
"index.js",
"index.d.ts"
],
"ci": {
"version": "16, 18"
},
"author": "HectorGu",
"license": "MIT"
}