41 lines
971 B
JSON
41 lines
971 B
JSON
{
|
|
"name": "@kevisual/project-search",
|
|
"version": "0.0.11",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "bun run bun.config.ts",
|
|
"dev": "bun run --watch src/remote.ts"
|
|
},
|
|
"keywords": [],
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.32.1",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@kevisual/code-builder": "^0.0.6",
|
|
"@kevisual/context": "^0.0.8",
|
|
"@kevisual/dts": "^0.0.4",
|
|
"@kevisual/remote-app": "^0.0.7",
|
|
"@kevisual/router": "^0.1.2",
|
|
"es-toolkit": "^1.45.1",
|
|
"eventemitter3": "^5.0.4",
|
|
"fast-glob": "^3.3.3",
|
|
"meilisearch": "^0.55.0",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"dependencies": {
|
|
"@parcel/watcher": "^2.5.6"
|
|
},
|
|
"exports": {
|
|
".": "./dist/app.js",
|
|
"./routes": "./dist/app.js",
|
|
"./remote": "./dist/remote.js"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
} |