-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 737 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 737 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
{
"name": "easy-presence",
"version": "1.2.0-oops1",
"description": "Discord rich presence, batteries included!",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "tsc --build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rblxRP/easy-presence.git"
},
"keywords": [
"discord",
"ipc",
"rich-presence"
],
"author": "rblxRP Developers",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/rblxRP/easy-presence/issues"
},
"homepage": "https://github.com/rblxRP/easy-presence#readme",
"devDependencies": {
"@types/node": "^16.6.2",
"@typescript-eslint/eslint-plugin": "^4.29.2"
}
}