-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 609 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 609 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
{
"name": "sapphire",
"version": "1.0.0",
"description": "A simple script that makes getting a cool Rich Presence status simple.",
"main": "src/index.ts",
"scripts": {
"start": "npx ts-node src/index.ts",
"test": "npx tsc"
},
"author": "fowled",
"license": "MIT",
"dependencies": {
"@swc/core": "^1.6.5",
"chalk": "^4.1.2",
"discord-rpc": "^4.0.1",
"dotenv": "^10.0.0",
"nodemon": "^2.0.22",
"prompt": "^1.3.0",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
},
"devDependencies": {
"@types/discord-rpc": "^4.0.8",
"@types/node": "^16.18.101",
"@types/prompt": "^1.1.8"
}
}