mirror of
https://github.com/CompeyDev/create-guilded-bot.git
synced 2024-12-12 20:50:36 +00:00
22 lines
No EOL
448 B
JSON
22 lines
No EOL
448 B
JSON
{
|
|
"name": "guilded.js-javascript",
|
|
"version": "0.1.0",
|
|
"main": "src/index.js",
|
|
"author": "DevComp <hi@devcomp.xyz>",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "nodemon -w src/index.js",
|
|
"start": "node src/index.js"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^16.0.3",
|
|
"glob": "^7.2.0",
|
|
"guilded.js": "^0.13.23"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-custom": "workspace:*",
|
|
"eslint": "7.32.0",
|
|
"nodemon": "^2.0.20"
|
|
}
|
|
} |