FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Note-Rack/package.json at main · Eroxl/Note-Rack · GitHub
Eroxl
/
Note-Rack
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
29
Code
Issues
8
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
Note-Rack
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
34 lines (34 loc) · 1.28 KB
Breadcrumbs
Note-Rack
/
package.json
Copy path
File metadata and controls
34 lines (34 loc) · 1.28 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
33
34
{
"name"
:
"
note-rack
"
,
"version"
:
"
1.0.0
"
,
"description"
:
"
Note Rack
"
,
"main"
:
"
index.js
"
,
"devDependencies"
: {
"cypress"
:
"
^11.2.0
"
,
"ts-node"
:
"
^10.9.1
"
,
"typescript"
:
"
^5.0.4
"
},
"scripts"
: {
"test"
:
"
docker compose down -v && docker-compose build && docker-compose up -d && cypress run --browser chrome
"
,
"test:manual"
:
"
docker-compose down -v && docker-compose build && docker-compose up -d && cypress open
"
,
"setup-env"
:
"
ts-node ./config/load-env.ts
"
,
"dev:down"
:
"
docker compose --env-file ./config/.env --file ./docker-compose.dev.yaml down
"
,
"dev:build"
:
"
docker compose --env-file ./config/.env --file ./docker-compose.dev.yaml build
"
,
"dev"
:
"
yarn dev:build && docker compose --env-file ./config/.env --file ./docker-compose.dev.yaml up
"
,
"build"
:
"
docker compose --env-file ./config/.env build
"
,
"start"
:
"
yarn build && docker compose --env-file ./config/.env up
"
,
"start:down"
:
"
docker compose --env-file ./config/.env down
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git+https://github.com/Eroxl/Note-Rack.git
"
},
"keywords"
: [],
"author"
:
"
"
,
"license"
:
"
ISC
"
,
"bugs"
: {
"url"
:
"
https://github.com/Eroxl/Note-Rack/issues
"
},
"homepage"
:
"
https://github.com/Eroxl/Note-Rack#readme
"
,
"dependencies"
: {}
}
Back
|
FazBrowse Home
|
New Git URL