forked from metaversecloud-com/sdk-quest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 963 Bytes
/
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
{
"author": "metaversecloud.com | topia.io",
"name": "egg-hunter",
"private": true,
"dependencies": {
"@babel/core": "^7.22.8",
"@babel/eslint-parser": "^7.22.7",
"@rtsdk/topia": "^0.3.4",
"axios": "^1.2.1",
"body-parser": "^1.20.1",
"cheerio": "^1.0.0-rc.12",
"concurrently": "^7.6.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"ejs": "^3.1.6",
"express": "^4.18.2",
"yalc": "^1.0.0-pre.53"
},
"workspaces": [
"client",
"server"
],
"description": "",
"engines": {
"node": "18.16"
},
"keywords": [],
"license": "ISC",
"main": "index.js",
"scripts": {
"build": "npm run build -w client",
"build:dev": "npm run build",
"link-sdk": "yalc link @rtsdk/topia",
"unlink-sdk": "yalc remove @rtsdk/topia",
"start": "npm start -ws",
"start:dev": "concurrently \"node server/index.js\" \"npm start --prefix client\""
},
"type": "module",
"version": "1.0.0"
}