Page MenuHomeSealhub

package.json
No OneTemporary

package.json

{
"name": "@sealcode/sealgen",
"version": "0.11.3",
"description": "Module to automate adding routes and collections to a sealious application",
"main": "lib/index.js",
"scripts": {
"test": "mocha",
"build": "tsc",
"prepare": "npm run build",
"watch": "npm run build -- --watch",
"clean-coverage": "rm -rf coverage .nyc_output .xunit",
"coverage": "npm run clean-coverage && nyc mocha",
"test-reports": "npm run clean-coverage && nyc --reporter clover mocha --reporter xunit --reporter-option output=.xunit",
"coverage-html": "npm run test-reports && nyc report --reporter lcov && xdg-open coverage/lcov-report/index.html"
},
"bin": {
"sealgen": "./lib/cli.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@playwright/test": "^1.30.0",
"@types/koa__router": "^12.0.4",
"@types/mocha": "^9.0.0",
"@types/node": "^18.11.4",
"@types/prettier": "^2.7.0",
"@types/prompts": "^2.0.14",
"@types/recursive-readdir": "^2.2.4",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"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.0.0",
"koa-body": "^5.0.0",
"mocha": "^9.2.2",
"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/index.d.ts",
"dependencies": {
"@koa/router": "^12.0.1",
"@sealcode/ts-predicates": "^0.4.3",
"deepmerge": "^4.3.1",
"esbuild": "^0.15.5",
"esbuild-sass-plugin": "^2.3.1",
"js-convert-case": "^4.2.0",
"koa": "^2.13.0",
"locreq": "^2.0.2",
"merge": "^2.1.1",
"prettier": "^2.7.1",
"prompts": "^2.4.2",
"recursive-readdir": "^2.2.3",
"tempstream": "^0.3.0",
"tiny-glob": "^0.2.9",
"yargs": "^17.6.2"
},
"peerDependencies": {
"koa": "^2.13.0",
"koa-responsive-image-router": "^0.2.2",
"sealious": "^0.17.27"
}
}

File Metadata

Mime Type
application/json
Expires
Sat, Nov 23, 01:03 (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
547761
Default Alt Text
package.json (2 KB)

Event Timeline