69 lines
1.9 KiB
JSON
69 lines
1.9 KiB
JSON
{
|
|
"name": "@plastichub/osr-search",
|
|
"description": "",
|
|
"version": "0.1.6",
|
|
"typings": "index.d.ts",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bin": {
|
|
"osr-search": "main.js"
|
|
},
|
|
"dependencies": {
|
|
"@keyv/sqlite": "^4.0.1",
|
|
"@plastichub/core": "file:../core",
|
|
"@plastichub/fs": "^0.13.39",
|
|
"@plastichub/osr-ai": "^0.1.6",
|
|
"@plastichub/osr-cache": "file:../osr-cache",
|
|
"@plastichub/osr-cli-commons": "file:../osr-cli-commons",
|
|
"@plastichub/osr-commons": "file:../osr-commons",
|
|
"@plastichub/osr-i18n": "^0.1.7",
|
|
"@plastichub/osr-registry": "file:../osr-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",
|
|
"typescript": "^5.6.3",
|
|
"yargs": "^17.7.2",
|
|
"zod": "^3.23.8",
|
|
"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"
|
|
]
|
|
}
|