tea-project
├── src
│   ├── main.ts
│   ├── controllers
│   │   └── index.ts
│   ├── types
│   │   └── index.ts
│   └── utils
│       └── index.ts
├── tests
│   └── main.test.ts
├── constitution.json
├── package.json
├── tsconfig.json
└── README.md