-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.34 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "food-terror",
"version": "1.0.0",
"type": "module",
"main": "./src/main.js",
"repository": "https://github.com/NXVZBGBFBEN/food-terror.git",
"author": {
"name": "NXVZBGBFBEN",
"email": "[email protected]",
"url": "https://github.com/NXVZBGBFBEN"
},
"contributors": [
{
"name": "doit^6p",
"url": "https://github.com/c-6p"
},
{
"name": "トコトコ",
"url": "https://github.com/tokotoko9981"
}
],
"license": "MIT",
"private": true,
"scripts": {
"start-dev": "cross-env NODE_ENV=development node .",
"start-stg": "cross-env NODE_ENV=staging node .",
"start-prod": "cross-env NODE_ENV=production node .",
"cmd-dev": "cross-env NODE_ENV=development node ./src/utils/deploy-command.js",
"cmd-stg": "cross-env NODE_ENV=staging node ./src/utils/deploy-command.js",
"cmd-prod": "cross-env NODE_ENV=production node ./src/utils/deploy-command.js"
},
"dependencies": {
"config": "^3.3.9",
"cross-env": "^7.0.3",
"discord-api-types": "^0.37.42",
"discord.js": "^14.11.0",
"eslint": "^8.40.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"node-cron": "^3.0.2",
"node-schedule": "^2.1.1",
"pm2": "^5.3.0",
"prettier": "^2.8.8",
"toml": "^3.0.0"
}
}