UNPKG

@pinecone-database/pinecone

Version:

This is the official Node.js SDK for [Pinecone](https://www.pinecone.io), written in TypeScript.

57 lines (56 loc) 2.31 kB
{ "name": "@pinecone-database/pinecone", "version": "6.1.1", "main": "dist/index.js", "repository": { "type": "git", "url": "https://github.com/pinecone-io/pinecone-ts-client" }, "contributors": [ "Jen Hamon (https://github.com/jhamon)", "Roie Schwaber-Cohen (https://github.com/rschwabco)", "Austin DeNoble (https://github.com/austin-denoble)", "Audrey Lorberfeld (https://github.com/aulorbe)" ], "license": "Apache-2.0", "scripts": { "build": "rm -rf dist/ && tsc", "version": "jq --null-input --arg version $npm_package_version '{\"name\": \"@pinecone-database/pinecone\", \"version\": $version}' > src/version.json", "docs:build": "typedoc --plugin ./assets/docs-theme.mjs", "generate:openapi": "./codegen/build-oas.sh 2025-04 && npm run build && npm run format", "format": "prettier --write .", "lint": "eslint src/ --ext .ts", "repl": "npm run build && node utils/replInit.ts", "test:integration:node": "TEST_ENV=node jest src/integration/ -c jest.config.integration-node.js --detectOpenHandles --runInBand --bail --forceExit", "test:integration-local:node": "TEST_ENV=node node utils/integrationRunner.js", "test:integration:edge": "TEST_ENV=edge jest src/integration/ -c jest.config.integration-edge.js --detectOpenHandles --runInBand --bail --forceExit", "test:integration-local:edge": "TEST_ENV=edge node utils/integrationRunner.js", "test:integration:cleanup": "npm run build && node utils/cleanupResources.ts", "test:external-app-local": "chmod +x ts-external-app-test/local-external-app.sh && ts-external-app-test/local-external-app.sh", "test:unit": "jest src/" }, "engines": { "node": ">=18.0.0" }, "devDependencies": { "@edge-runtime/jest-environment": "^2.3.3", "@edge-runtime/types": "^2.2.3", "@types/jest": "^29.5.14", "@types/node": "^20.10.0", "@typescript-eslint/eslint-plugin": "^5.59.11", "@typescript-eslint/parser": "^5.59.11", "dotenv": "^16.0.3", "eslint": "^8.42.0", "eslint-plugin-import": "^2.27.5", "jest": "29.7", "jest-progress-bar-reporter": "^1.0.25", "prettier": "^2.8.8", "ts-jest": "^29.3.2", "typedoc": "^0.24.8", "typescript": "^4.9.5" }, "types": "dist/index.d.ts", "files": [ "/dist" ] }