searches.do
Version:
SDK for querying and retrieving data in workflows
59 lines (58 loc) • 1.28 kB
JSON
{
"name": "searches.do",
"version": "0.0.1",
"description": "SDK for querying and retrieving data in workflows",
"keywords": [
"searches",
"query",
"data",
"workflows",
"sdk",
"typescript"
],
"homepage": "https://searches.do",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/drivly/ai.git",
"directory": "sdks/searches.do"
},
"author": "Drivly",
"license": "MIT",
"bugs": {
"url": "https://github.com/drivly/ai/issues"
},
"scripts": {
"build": "tsup --config tsup.config.ts",
"generate:constants": "echo 'Using placeholder constants'",
"pretest": "if [ ! -d \"../apis.do/dist\" ]; then cd ../apis.do && pnpm build; fi",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"apis.do": "0.0.1"
},
"devDependencies": {
"eslint-config": "0.1.0",
"evalite": "^0.10.0",
"typescript": "^5.0.0",
"vitest": "^3.0.9",
"tsconfig": "0.0.0"
},
"engines": {
"node": ">=18.0.0"
}
}