You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "An AD4M language for syncing mutations to a share perspective",
"main": "index.js",
"scripts": {
"build-dna": "cd hc-dna && ./build.sh && cd ..",
"build": "npm run build-dna && tsc && rollup -c",
"build-lang": "tsc && rollup -c",
"dev": "tsc && rollup -c -w",
"test": "ad4m-test --test ./integration-test.js --bundle \"./build/bundle.js\" --meta '{\"name\":\"p-diff-sync\",\"description\":\"Holochain based language for sharing Perspectives\",\"sourceCodeLink\":\"https://github.com/perspect3vism/perspective-diff-sync\",\"possibleTemplateParams\":[\"uid\",\"name\"]}'"