@notes-sync/service
Version:
Background service for AI-powered note synchronization
43 lines (42 loc) • 1.01 kB
JSON
{
"name": "@notes-sync/service",
"version": "1.1.17",
"description": "Background service for AI-powered note synchronization",
"main": "dist/main.js",
"bin": {
"notes-sync-service": "./dist/main.js"
},
"scripts": {
"build": "tsc",
"dev": "ts-node src/main.ts",
"start": "node dist/main.js",
"install-service": "node scripts/install-service.js",
"uninstall-service": "node scripts/uninstall-service.js"
},
"dependencies": {
"@google/genai": "^1.14.0",
"@notes-sync/shared": "^1.0.0",
"chokidar": "^3.6.0",
"fastify": "^4.24.3",
"node-windows": "^1.0.0-beta.8",
"simple-git": "^3.24.0"
},
"devDependencies": {
"@types/node": "^20.11.30",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"keywords": [
"notes",
"sync",
"service",
"background",
"productivity"
],
"author": "Logan Spencer",
"license": "MIT",
"repository": "github:laspencer91/notes-sync",
"engines": {
"node": ">=18.0.0"
}
}