{ "collaborators": [ "Orion Henry ", "Alex Good ", "Martin Kleppmann" ], "name": "automerge-wasm", "description": "wasm-bindgen bindings to the automerge rust implementation", "homepage": "https://github.com/automerge/automerge-rs/tree/main/automerge-wasm", "repository": "github:automerge/automerge-rs", "version": "0.1.3", "license": "MIT", "files": [ "README.md", "LICENSE", "package.json", "index.d.ts", "nodejs/index.js", "nodejs/bindgen.js", "nodejs/bindgen_bg.wasm", "web/index.js", "web/bindgen.js", "web/bindgen_bg.wasm" ], "types": "index.d.ts", "module": "./web/index.js", "main": "./nodejs/index.js", "scripts": { "lint": "eslint test/*.ts", "build": "cross-env PROFILE=dev TARGET=nodejs yarn target", "release": "cross-env PROFILE=release yarn buildall", "buildall": "cross-env TARGET=nodejs yarn target && cross-env TARGET=web yarn target", "target": "rimraf ./$TARGET && wasm-pack build --target $TARGET --$PROFILE --out-name bindgen -d $TARGET && cp $TARGET-index.js $TARGET/index.js", "test": "ts-mocha -p tsconfig.json --type-check --bail --full-trace test/*.ts" }, "devDependencies": { "@types/expect": "^24.3.0", "@types/jest": "^27.4.0", "@types/mocha": "^9.1.0", "@types/node": "^17.0.13", "@typescript-eslint/eslint-plugin": "^5.25.0", "@typescript-eslint/parser": "^5.25.0", "cross-env": "^7.0.3", "eslint": "^8.16.0", "fast-sha256": "^1.3.0", "mocha": "^9.1.3", "pako": "^2.0.4", "rimraf": "^3.0.2", "ts-mocha": "^9.0.2", "typescript": "^4.6.4" } }