{
  "description": "A dApp starter that integrates forge-javascript-sdk and next.js, which supports SSR(server side rendering), a goto solution for experienced react dApp developers",
  "logo": "logo.png",
  "group": "starter",
  "provider": "official",
  "color": "primary",
  "documentation": "https://docs.arcblock.io",
  "support": "support@arcblock.io",
  "community": "https://gitter.im/ArcBlock/community",
  "templates": "templates",
  "install-scripts": {
    "install-dependencies": "git init && if [ ! -d ./templates/api ]; then git submodule add --force https://github.com/ArcBlock/forge-nodejs-server-demo.git ./templates/api; fi && git submodule update --remote ./templates/api/ && npm install"
  },
  "hooks": {
    "post-copy": "git init && npm install",
    "configure": "node scripts/configure.js",
    "on-complete": "node scripts/on-complete.js"
  }
}
