-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 944 Bytes
/
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
{
"name": "rolescript",
"version": "2.1.0",
"description": "Script for give user roles (Discord) ",
"main": "src/index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint ./src/",
"lint-fix": "./node_modules/.bin/eslint --fix ./src/ && npm run lint",
"start": "node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vivers0/RoleScript.git"
},
"keywords": [
"role",
"discord",
"discord.js",
"rolescript"
],
"author": "Vivers <https://github.com/Vivers0>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Vivers0/RoleScript/issues"
},
"homepage": "https://github.com/Vivers0/RoleScript#readme",
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.7.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0"
},
"dependencies": {
"discord.js": "^12.3.1",
"dotenv": "^8.2.0"
}
}