Page MenuHomeSealhub

package.json
No OneTemporary

package.json

{
"name": "@sealcode/sealgen",
"version": "0.2.1",
"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",
"test-reports": "npm run build && rm -fr .xunit coverage && npm run test -- --cover --test-report"
},
"bin": {
"sealgen": "./lib/index.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/mocha": "^9.0.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",
"mocha": "^9.1.1",
"mri": "^1.1.6",
"nyc": "^15.1.0",
"prettier": "^2.3.2",
"source-map-support": "^0.5.19",
"ts-node": "^10.2.1",
"typescript": "^4.3.5"
},
"types": "./@types/index.d.ts",
"dependencies": {
"@sealcode/ts-predicates": "^0.2.1",
"locreq": "^2.0.2",
"prompts": "^2.4.2"
}
}

File Metadata

Mime Type
application/json
Expires
Sat, Sep 20, 21:20 (4 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
949697
Default Alt Text
package.json (1 KB)

Event Timeline