{ "name": "@peoplesgrocers/lseq", "version": "0.99.1", "description": "L-SEQ algorithm implementation for fractional indexing and list CRDTs", "main": "dist/index.js", "types": "dist/index.d.ts", "homepage": "https://peoplesgrocers.com/code/oss/lseq", "scripts": { "build": "tsc", "test": "uvu -r tsx src \\.test\\.ts$", "prepublishOnly": "npm run build" }, "keywords": [ "lseq", "crdt", "fractional-indexing", "sequence", "multiplayer" ], "author": "Karl ", "contributors": [ "nobody " ], "license": "AGPL-3.0", "devDependencies": { "typescript": "^5.0.0", "uvu": "^0.5.6", "tsx": "^4.7.0" }, "files": [ "dist/**/*", "src/**/*", "README.md" ], "repository": { "type": "git", "url": "git+https://peoplesgrocers.com/code/oss/lseq.git", "directory": "typescript" }, "publishConfig": { "access": "public" } }