mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 11:04:12 -05:00
* vitest * types * eslint * better-sqlite3 * pluggy-sdk * globals * google-protobuf * fast-check * chokidar * i18next * openid-client * playwright * lru-cache * memfs * redacted font * sass * @vitejs/plugin-basic-ssl * re-resizable * rollup-plugin-visualizer * note * update vrt screenshots * vrt
29 lines
691 B
JSON
29 lines
691 B
JSON
{
|
|
"name": "@actual-app/crdt",
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"description": "CRDT layer of Actual",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build:node": "tsc --p tsconfig.dist.json",
|
|
"proto:generate": "./bin/generate-proto",
|
|
"build": "rm -rf dist && yarn run build:node && cp src/proto/sync_pb.d.ts dist/src/proto/",
|
|
"test": "vitest --globals"
|
|
},
|
|
"dependencies": {
|
|
"google-protobuf": "^3.21.4",
|
|
"murmurhash": "^2.0.1",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/uuid": "^9.0.8",
|
|
"ts-protoc-gen": "^0.15.0",
|
|
"typescript": "^5.8.3",
|
|
"vitest": "^3.1.3"
|
|
}
|
|
}
|