{ "name": "@polymech/search", "description": "", "version": "0.2.0", "typings": "index.d.ts", "type": "module", "publishConfig": { "access": "public" }, "bin": { "polymech-search": "dist-in/main.js" }, "dependencies": { "@keyv/sqlite": "^4.0.1", "@plastichub/osr-registry": "file:../registry", "@polymech/cache": "file:../cache", "@polymech/commons": "file:../commons", "@polymech/core": "file:../core", "@polymech/fs": "file:../fs", "@polymech/log": "file:../log", "@polymech/registry": "file:../registry", "@types/cacache": "^15.0.1", "@types/node": "^22.10.2", "axios": "^1.3.4", "bluebird": "^3.7.2", "cacache": "^17.1.4", "cheerio": "^1.0.0-rc.12", "convert-units": "^2.3.4", "csv-generate": "^4.3.1", "env-var": "^7.0.1", "html-to-text": "^9.0.5", "jsonpath-plus": "^9.0.0", "langchain": "^0.1.18", "md5": "^2.3.0", "node-html-parser": "^6.1.12", "node-xlsx": "^0.23.0", "p-map": "^4.0.0", "publish": "^0.6.0", "puppeteer": "^19.11.1", "serpapi": "^1.1.1", "tslog": "^4.10.2", "typescript": "^5.6.3", "yargs": "^17.7.2", "zod": "^3.24.3", "zod-to-json-schema": "^3.24.5", "zod-to-ts": "^1.2.0" }, "scripts": { "test": "tsc; mocha --full-trace mocha \"spec/**/*.spec.js\"", "test-with-coverage": "istanbul cover node_modules/.bin/_mocha -- 'spec/**/*.spec.js'", "lint": "tslint --project=./tsconfig.json", "build": "tsc -p . --declaration", "dev": "tsc -p . -w", "typings": "tsc --declaration", "docs": "npx typedoc src/index.ts", "dev-test-watch": "mocha-typescript-watch" }, "homepage": "https://git.osr-plastic.org/osr-plastic/osr-search", "repository": { "type": "git", "url": "https://git.osr-plastic.org/osr-plastic/osr-search" }, "engines": { "node": ">= 14.0.0" }, "license": "BSD-3-Clause", "keywords": [ "typescript" ] }