mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
fix: not working npm start Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
22 lines
542 B
JSON
22 lines
542 B
JSON
{
|
|
"name": "[REPLACE-NAME]",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"lint": "prettier --check . && eslint src --ext .js,.cjs --format=pretty",
|
|
"format": "prettier --write . && eslint src --ext .js,.cjs --fix --format=pretty",
|
|
"start": "node --require dotenv/config src/index.js"
|
|
},
|
|
"dependencies": {
|
|
"discord.js": "^14.11.0",
|
|
"dotenv": "^16.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.40.0",
|
|
"eslint-config-neon": "^0.1.47",
|
|
"eslint-formatter-pretty": "^5.0.0",
|
|
"prettier": "^2.8.8"
|
|
}
|
|
}
|