Page MenuHomeSealhub

package.json
No OneTemporary

package.json

{
"name": "@sealcode/sealgen",
"version": "0.15.0",
"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/file-manager": "^1.0.2",
"@sealcode/ts-predicates": "^0.4.3",
"deepmerge": "^4.3.1",
"esbuild": "^0.20.0",
"escape-goat": "^4.0.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.24",
"sealious": "^0.19.6"
}
}

File Metadata

Mime Type
application/json
Expires
Mon, Dec 23, 00:57 (3 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
556763
Default Alt Text
package.json (2 KB)

Event Timeline