Page MenuHomeSealhub

package.json
No OneTemporary

package.json

{
"name": "@sealcode/sealgen",
"version": "0.15.24",
"description": "Module to automate adding routes and collections to a sealious application",
"main": "lib/index.js",
"type": "module",
"scripts": {
"prebuild": "npm run lint && rm -rf lib",
"build": "node ./build.js",
"postbuild": "npm run build-types",
"pretest": "npm run build",
"test": "node test.cjs",
"typecheck": "tsc --noemit",
"build-types": "tsc --emitDeclarationOnly",
"prepare": "npm run build",
"lint": "eslint src",
"preinstrument": "npm run build && rm -fr .xunit coverage lib-instrumented",
"instrument": "npx nyc instrument --exclude \"\" lib lib-instrumented",
"pretest-reports": "npm run instrument",
"test-reports": "npx nyc --exclude \"\" ./node_modules/.bin/mocha --recursive --timeout=10000 --require source-map-support/register --reporter xunit --reporter-option output=.xunit 'lib-instrumented/**/*.test.js' --exit && nyc report --reporter clover --exclude \"\"",
"precover-html": "rm -rf coverate/lcov-report",
"cover-html": "npm run test-reports && nyc report --reporter lcov --exclude \"\" && xdg-open coverage/lcov-report/index.html"
},
"bin": {
"sealgen": "./lib/cli.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.30.0",
"@types/koa__router": "^12.0.4",
"@types/md5": "^2.3.5",
"@types/mocha": "^10.0.6",
"@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",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.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",
"mocha": "^10.4.0",
"mri": "^1.2.0",
"nyc": "^15.1.0",
"playwright": "^1.29.2",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typescript": "^4.7",
"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",
"is-what": "^4.1.16",
"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.8"
}
}

File Metadata

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

Event Timeline