-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 844 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
{
"name": "@bdsx/custommessagesx",
"version": "1.1.1",
"description": "CustomMessagesX - A BDSX plugin allowing you to customize or disable various messages",
"main": "./src/CustomMessagesX.js",
"keywords": ["bdsx", "custom", "messages", "motd"],
"author": "Se7en-dev",
"homepage": "https://github.com/Se7en-dev/CustomMessagesX",
"repository": {
"type": "git",
"url": "https://github.com/Se7en-dev/CustomMessagesX"
},
"license": "GPL-3.0-only",
"bdsxPlugin": true,
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"prepare": "tsc || exit 0"
},
"devDependencies": {
"@types/node": "^12.20.20",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"bdsx": "file:../bdsx",
"eslint": "^7.32.0"
},
"dependencies": {
"yaml": "^1.10.2"
}
}