Setup turborepo (#2610)

* chore: BREAKING move to monorepo structure

* chore: setup turborepo
This commit is contained in:
Jonathan Ho
2022-12-01 01:59:02 +08:00
committed by GitHub
parent 42719cd2c1
commit d04a040f28
821 changed files with 8763 additions and 4396 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "nodejs-template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"discordeno.js": "github:meister03/discordeno.js",
"dotenv": "^16.0.3"
}
}