Page MenuHomeSealhub

package.json
No OneTemporary

package.json

{
"name": "@sealcode/sealgen",
"version": "0.8.4",
"description": "Module to automate adding routes and collections to a sealious application",
"main": "lib/index.js",
"scripts": {
"test": "node test.js",
"build": "tsc",
"prepare": "npm run build",
"watch": "npm run build -- --watch",
"test-reports": "npm run build && rm -fr .xunit coverage && npm run test -- --cover --test-report"
},
"bin": {
"sealgen": "./lib/cli.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/koa__router": "^8.0.4",
"@types/mocha": "^9.0.0",
"@types/node": "^18.11.4",
"@types/prettier": "^2.7.0",
"@types/prompts": "^2.0.14",
"@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",
"koa-body": "^5.0.0",
"mocha": "^9.1.1",
"mri": "^1.1.6",
"nyc": "^15.1.0",
"source-map-support": "^0.5.19",
"ts-node": "^10.2.1",
"typescript": "^4.3.5"
},
"types": "./@types/index.d.ts",
"dependencies": {
"@koa/router": "^10.1.1",
"@sealcode/ts-predicates": "^0.4.1",
"esbuild": "^0.15.5",
"esbuild-sass-plugin": "^2.3.1",
"koa": "^2.13.0",
"locreq": "^2.0.2",
"merge": "^2.1.1",
"prettier": "^2.7.1",
"prompts": "^2.4.2",
"tempstream": "^0.0.21",
"tiny-glob": "^0.2.9"
},
"peerDependencies": {
"@koa/router": "^10.1.1",
"koa": "^2.13.0",
"sealious": "^0.17.9"
}
}

File Metadata

Mime Type
application/json
Expires
Fri, Nov 22, 09:01 (8 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
547671
Default Alt Text
package.json (1 KB)

Event Timeline