{
  "name": "@botonic/example-childs",
  "version": "0.40.0",
  "scripts": {
    "build": "ENVIRONMENT=production NODE_ENV=production rspack build --env target=all --mode=production",
    "start": "ENVIRONMENT=local NODE_ENV=development rspack serve --env target=dev --mode=development",
    "deploy": "botonic deploy -c build",
    "test": "jest"
  },
  "dependencies": {
    "@babel/runtime": "^7.26.0",
    "@botonic/react": "^0.40.0"
  },
  "devDependencies": {
    "@botonic/dx": "^0.40.0"
  },
  "engines": {
    "node": ">=20.0.0"
  }
}
