Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F969608
package.json
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
package.json
View Options
{
"name"
:
"sealious-playground"
,
"version"
:
"1.0.1"
,
"description"
:
""
,
"main"
:
"./dist/index.js"
,
"scripts"
:
{
"start"
:
"docker-compose up -d db && node ."
,
"test-cmd"
:
"node test.js"
,
"test"
:
"./npm.sh run test-cmd -- "
,
"build:back"
:
"tsc -p src/back"
,
"build:front"
:
"webpack"
,
"build"
:
"npm run build:back && npm run build:front"
,
"watch:back"
:
"tsc --watch -p src/back"
,
"watch:front"
:
"webpack --watch"
,
"watch"
:
"tmux new-session -d
\"
printf '
\\
033]2;%s
\\
033
\\
' 'watch:back' && npm run watch:back
\"
&& tmux split-window -d
\"
printf '
\\
033]2;%s
\\
033
\\
' 'server' && SEALIOUS_PORT=$SEALIOUS_PORT SEALIOUS_BASE_URL=$SEALIOUS_BASE_URL nodemon --enable-source-maps .
\"
&& tmux split-window -d
\"
printf '
\\
033]2;%s
\\
033
\\
' 'watch:front' && npm run watch:front
\"
&& tmux select-layout even-horizontal && tmux set -g pane-border-status top && tmux set -g mouse on && tmux attach"
,
"test-reports"
:
"npm run build && rm -fr .xunit coverage && docker-compose up -d db mailcatcher && npm run test -- --cover --test-report"
,
"cover-html"
:
"npm run test-reports -- --cover-html && xdg-open coverage/lcov-report/index.html"
},
"author"
:
""
,
"license"
:
"ISC"
,
"dependencies"
:
{
"@babel/core"
:
"^7.12.10"
,
"@hotwired/turbo"
:
"^7.0.0-beta.3"
,
"@koa/router"
:
"^10.0.0"
,
"nodemon"
:
"^2.0.7"
,
"sealious"
:
"^0.13.38"
,
"stimulus"
:
"^2.0.0"
},
"devDependencies"
:
{
"@sealcode/ansi-html-stream"
:
"^1.0.1"
,
"@types/koa__router"
:
"^8.0.4"
,
"babel-loader"
:
"^8.2.2"
,
"concurrently"
:
"^5.3.0"
,
"eslint"
:
"^7.19.0"
,
"eslint-config-prettier"
:
"^7.2.0"
,
"eslint-plugin-prettier"
:
"^3.3.1"
,
"eslint-plugin-with-tsc-error"
:
"^0.0.7"
,
"kill-port"
:
"^1.6.1"
,
"mocha"
:
"^8.4.0"
,
"mri"
:
"^1.1.6"
,
"nyc"
:
"^15.1.0"
,
"prettier"
:
"^2.2.1"
,
"ts-loader"
:
"^8.0.14"
,
"typescript"
:
"^4.1.3"
,
"webpack"
:
"^5.12.2"
,
"webpack-cli"
:
"^4.3.1"
}
}
File Metadata
Details
Attached
Mime Type
application/json
Expires
Sat, Nov 23, 07:07 (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
547912
Default Alt Text
package.json (1 KB)
Attached To
Mode
rREWRITE Configurable rewriter
Attached
Detach File
Event Timeline
Log In to Comment