-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.32 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
49
50
{
"name": "@doupkg/lapcord",
"version": "2.1.3",
"description": "Module required to run Lapcord.",
"packageManager": "[email protected]",
"bin": "lib/index.js",
"files": [
"lib"
],
"publishConfig": {
"access": "public",
"tag": "latest"
},
"author": {
"name": "Dou",
"url": "https://github.com/doupkg"
},
"repository": {
"type": "git",
"url": "https://github.com/doupkg/lapcord-server.git"
},
"scripts": {
"test": "mocha",
"build": "swc src -d lib --copy-files",
"lint": "rome check src",
"lint:fix": "rome check --apply src",
"format": "rome format src scripts --semicolons as-needed --quote-style single --trailing-comma none",
"format:fix": "rome format --write src scripts --semicolons as-needed --quote-style single --trailing-comma none",
"clean": "node scripts/clean.cjs"
},
"dependencies": {
"@xhayper/discord-rpc": "1.0.15",
"axios": "1.4.0",
"colorette": "2.0.20",
"mustache": "4.2.0",
"vscode-languageserver": "8.1.0",
"vscode-languageserver-textdocument": "1.0.8"
},
"devDependencies": {
"@swc/cli": "0.1.62",
"@swc/core": "1.3.40",
"@swc/register": "0.1.10",
"@types/mustache": "4",
"@types/node": "18.15.11",
"mocha": "10.2.0",
"rome": "12.0.0",
"typescript": "5.0.4"
},
"license": "MIT"
}