forked from discord/embedded-app-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 669 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 669 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
{
"name": "nested-messages",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"build": "node ./scripts/build.js",
"start": "node server/index.js",
"dev": "nodemon --watch client -e ts,html --exec \"$npm_execpath run build && $npm_execpath run start\""
},
"author": "",
"license": "ISC",
"dependencies": {
"@discord/embedded-app-sdk": "workspace:@discord/embedded-app-sdk@*",
"dotenv": "^16.0.3",
"esbuild": "^0.23.0",
"eventemitter3": "^5.0.0",
"express": "^4.19.2",
"uuid": "^10.0.0"
},
"devDependencies": {
"glob": "^10.3.12",
"nodemon": "^3.1.0",
"typescript": "~5.5.0"
}
}