{ "name": "graph-editor", "version": "0.0.0", "private": true, "license": "WTFPL", "scripts": { "dev": "vite dev", "build": "vite build", "preview": "vite preview", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "keygen": "node -p \"crypto.randomBytes(32).toString('hex')\"" }, "devDependencies": { "@sveltejs/adapter-auto": "^2.0.0", "@sveltejs/kit": "^1.20.4", "dprint": "^0.42.5", "svelte": "^4.0.5", "svelte-check": "^3.4.3", "tslib": "^2.4.1", "typescript": "^5.0.0", "vite": "^4.4.2" }, "type": "module", "dependencies": { "pg": "^8.11.3", "typeorm": "^0.3.17", "typeorm-encrypted": "^0.8.0", "ulid": "^2.3.0" } }