FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SimuBourse/package.json at newmain · softpython2884/SimuBourse · GitHub
softpython2884
/
SimuBourse
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
SimuBourse
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
32 lines (32 loc) · 1.15 KB
Breadcrumbs
SimuBourse
/
package.json
Copy path
File metadata and controls
32 lines (32 loc) · 1.15 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
alvora
"
,
"version"
:
"
2.0.0
"
,
"private"
:
true
,
"description"
:
"
Alvora Bourse — immersive multiplayer financial market simulation
"
,
"author"
:
"
Night <nightfury@nationquest.fr>
"
,
"license"
:
"
GPL-3.0-or-later
"
,
"type"
:
"
module
"
,
"engines"
: {
"node"
:
"
>=20.11
"
},
"workspaces"
: [
"
packages/*
"
,
"
apps/*
"
],
"scripts"
: {
"build"
:
"
npm run build -w @alvora/shared && npm run build -w @alvora/db && npm run build -w @alvora/api && npm run build -w @alvora/web
"
,
"build:packages"
:
"
npm run build -w @alvora/shared && npm run build -w @alvora/db
"
,
"dev"
:
"
node scripts/dev.mjs
"
,
"dev:api"
:
"
npm run dev -w @alvora/api
"
,
"dev:web"
:
"
npm run dev -w @alvora/web
"
,
"start:api"
:
"
npm run start -w @alvora/api
"
,
"start:web"
:
"
npm run start -w @alvora/web
"
,
"db:generate"
:
"
npm run generate -w @alvora/db
"
,
"db:migrate"
:
"
npm run migrate -w @alvora/db
"
,
"db:seed"
:
"
npm run seed -w @alvora/db
"
,
"typecheck"
:
"
npm run typecheck --workspaces --if-present
"
,
"lint"
:
"
npm run lint --workspaces --if-present
"
,
"test"
:
"
npm run test --workspaces --if-present
"
,
"smoke"
:
"
node scripts/smoke.mjs
"
}
}
Back
|
FazBrowse Home
|
New Git URL