Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F996443
package.json
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
package.json
View Options
{
"name"
:
"@sealcode/sealgen"
,
"version"
:
"0.14.1"
,
"description"
:
"Module to automate adding routes and collections to a sealious application"
,
"main"
:
"dist/index.js"
,
"type"
:
"module"
,
"scripts"
:
{
"build"
:
"node ./build.js"
,
"typecheck"
:
"tsc --noemit"
,
"prepare"
:
"rm -rf @types && npm run typecheck && tsc --emitDeclarationOnly && npm run build"
,
"watch"
:
"npm run build -- --watch"
,
"test-cmd"
:
"vitest --config ./src/vitest.config.ts"
,
"test-cmd-once"
:
"vitest run --config ./src/vitest.config.ts"
,
"test"
:
"npm run test-cmd -- --ui"
,
"coverage"
:
"npm run test --coverage"
,
"test-reports"
:
"rm -f .xunit && npm run test-cmd-once -- --coverage --reporter=junit --outputFile=.xunit"
,
"show-coverage"
:
"npm run test-reports; xdg-open coverage/index.html"
},
"bin"
:
{
"sealgen"
:
"./dist/cli.js"
},
"author"
:
""
,
"license"
:
"ISC"
,
"devDependencies"
:
{
"@playwright/test"
:
"^1.30.0"
,
"@types/koa__router"
:
"^12.0.4"
,
"@types/md5"
:
"^2.3.5"
,
"@types/node"
:
"^20.8.4"
,
"@types/prettier"
:
"^2.7.0"
,
"@types/prompts"
:
"^2.0.14"
,
"@types/recursive-readdir"
:
"^2.2.4"
,
"@types/ws"
:
"^8.5.10"
,
"@types/yargs"
:
"^17.0.32"
,
"@vitest/coverage-istanbul"
:
"^1.1.0"
,
"@vitest/coverage-v8"
:
"^1.1.0"
,
"@vitest/ui"
:
"^1.1.0"
,
"axios"
:
"^1.6.7"
,
"eslint"
:
"^7.32.0"
,
"eslint-config-prettier"
:
"^8.3.0"
,
"eslint-plugin-prettier"
:
"^3.4.1"
,
"eslint-plugin-with-tsc-error"
:
"^0.0.7"
,
"get-port"
:
"^5.1.1"
,
"koa-body"
:
"^5.0.0"
,
"nyc"
:
"^15.1.0"
,
"playwright"
:
"^1.29.2"
,
"source-map-support"
:
"^0.5.21"
,
"ts-node"
:
"^10.9.1"
,
"typescript"
:
"^4.7"
,
"vitest"
:
"^1.1.0"
,
"wait-port"
:
"^1.0.4"
},
"types"
:
"./@types/src/index.d.ts"
,
"dependencies"
:
{
"@koa/router"
:
"^12.0.1"
,
"@sealcode/ts-predicates"
:
"^0.4.3"
,
"deepmerge"
:
"^4.3.1"
,
"esbuild"
:
"^0.20.0"
,
"google-fonts-helper"
:
"^3.4.1"
,
"js-convert-case"
:
"^4.2.0"
,
"locreq"
:
"^3.0.0"
,
"md5"
:
"^2.3.0"
,
"merge"
:
"^2.1.1"
,
"prettier"
:
"^2.7.1"
,
"prompts"
:
"^2.4.2"
,
"recursive-readdir"
:
"^2.2.3"
,
"tempstream"
:
"^0.3.4"
,
"tiny-glob"
:
"^0.2.9"
,
"ws"
:
"^8.16.0"
,
"yargs"
:
"^17.6.2"
},
"peerDependencies"
:
{
"koa"
:
"^2.13.0"
,
"koa-responsive-image-router"
:
"^0.2.6"
,
"sealious"
:
"^0.18.1"
}
}
File Metadata
Details
Attached
Mime Type
application/json
Expires
Tue, Dec 24, 14:03 (16 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
557174
Default Alt Text
package.json (2 KB)
Attached To
Mode
rSGEN sealgen
Attached
Detach File
Event Timeline
Log In to Comment