-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 904 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 904 Bytes
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
{
"name": "strawberry",
"version": "1.0.0",
"description": "We can rebuild him. Better. Stronger. Gayer.",
"main": "./src/index.js",
"scripts": {
"start": "node ./src/index.js",
"reg": "node ./src/index.js -r",
"devstart": "nodemon ./src/index.js -dv"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elise32/strawberry.git"
},
"type": "module",
"author": "elise",
"license": "MIT",
"bugs": {
"url": "https://github.com/elise32/strawberry/issues"
},
"homepage": "https://github.com/elise32/strawberry#readme",
"dependencies": {
"@discordjs/rest": "^1.2.0",
"discord.js": "^14.3.0",
"dotenv": "^16.0.2",
"googleapis": "^109.0.1",
"yargs": "^17.6.0"
},
"devDependencies": {
"eslint": "^8.24.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"nodemon": "^2.0.20"
}
}