mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 01:40:08 +00:00
Setup turborepo (#2610)
* chore: BREAKING move to monorepo structure * chore: setup turborepo
This commit is contained in:
16
examples/nodejs/package.json
Normal file
16
examples/nodejs/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user