/ package.json
package.json
1 { 2 "name": "ipfs-blog", 3 "version": "1.0.0", 4 "private": true, 5 "main": "index.js", 6 "packageManager": "yarn@1.22", 7 "repository": { 8 "type": "git", 9 "url": "git+https://gitlab.com/rafi_khan/community-in-a-box" 10 }, 11 "author": "Rafi Khan <rafi@rafikhan.io>", 12 "license": "AGPLv3", 13 "scripts": { 14 "dev:community-node": "workspace community-node start", 15 "dev:electron-app": "workspace electron-app start" 16 }, 17 "workspaces": ["packages/*"] 18 }