This repository has been archived by the owner on Feb 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.9 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
48
{
"name": "rpc-pc-status-betterdiscord",
"version": "2.5.0",
"description": "",
"main": "RPCPcStatus.plugin.js",
"scripts": {
"dev": "bdbuilder --plugin=../src --watch --production",
"fix": "eslint . --config .eslintrc.js --debug --fix",
"lint": "eslint . --config .eslintrc.js",
"build": "bdbuilder --plugin=../src --production",
"build_dev": "bdbuilder --plugin=../src --production --config bdbuilder.devlop.json",
"prettier": "prettier --config .prettierrc --write .",
"npm-install": "cd ./src && npm install",
"script:auth": "node ./script/authentication.js",
"script:releases": "node ./script/releases.js",
"publish_setup": "npm run script:releases && npm run npm-install && npm run prettier",
"script:publish_stable": " npm run publish_setup && npm run build && npm run build_dev && eslint ./pre-release/RPCPcStatus.plugin.js ./RPCPcStatus.plugin.js --config .eslintrc.js --debug --fix",
"script:publish_prerelease": "npm run publish_setup && npm run build_dev && eslint ./pre-release/RPCPcStatus.plugin.js --config .eslintrc.js --debug --fix && git checkout ./src/package.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Faelayis/RPC-Pc-Status-BetterDiscord.git"
},
"keywords": [],
"author": "",
"license": "gpl-3.0",
"bugs": {
"url": "https://github.com/Faelayis/RPC-Pc-Status-BetterDiscord/issues"
},
"homepage": "https://github.com/Faelayis/RPC-Pc-Status-BetterDiscord#readme",
"dependencies": {
"@types/bandagedbd__bdapi": "^0.3.4",
"npm-cli-login": "^1.0.0"
},
"devDependencies": {
"version-bump-prompt": "^6.1.0",
"@actions/core": "^1.9.0",
"@babel/eslint-parser": "^7.18.2",
"@betterdiscordbuilder/bdbuilder": "^1.2.22",
"edit-json-file": "^1.7.0",
"eslint": "^8.17.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-no-one-time-vars": "^2.4.1",
"eslint-plugin-prettier": "^4.0.0",
"npm-check-updates": "^14.0.1",
"prettier": "^2.7.1"
}
}