Page MenuHomeSealhub

package.json
No OneTemporary

package.json

{
"name": "@sealcode/jdd-editor",
"version": "0.1.5",
"main": "dist/src/index.js",
"scripts": {
"build": "node ./esbuild.cjs",
"watch": "npm run build -- --watch",
"prepare": "rm -rf @types && npm run typecheck && npm run build-declarations && npm run build",
"test": "mocha",
"build-declarations": "tsc --emitDeclarationOnly",
"typecheck": "tsc --noemit",
"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"
},
"type": "module",
"author": "",
"license": "ISC",
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/koa__router": "^12.0.4",
"@types/mocha": "^10.0.1",
"@types/simplemde": "^1.11.11",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"esbuild": "^0.14.10",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-with-tsc-error": "^0.0.8",
"fs": "^0.0.1-security",
"mocha": "^10.2.0",
"mri": "^1.2.0",
"nyc": "^15.1.0",
"path": "^0.12.7",
"prettier": "^2.8.7",
"source-map-support": "^0.5.21",
"tiny-glob": "^0.2.9",
"ts-node": "^10.9.1",
"typescript": "^5.6",
"yargs": "^17.7.2"
},
"types": "./@types/index.d.ts",
"dependencies": {
"@koa/router": "^13.1.0",
"@sealcode/jdd": "^0.6.5",
"@sealcode/sealcodemirror": "^5.70.0-beta5",
"@sealcode/sealgen": "^0.17.4",
"@types/object-path": "^0.11.4",
"@types/throttle-debounce": "^5.0.2",
"@types/turndown": "^5.0.5",
"object-path": "^0.11.8",
"sealious": "^0.19.36",
"stimulus": "^3.2.2",
"tempstream": "^0.4.5",
"throttle-debounce": "^5.0.2",
"turndown": "^7.2.0"
}
}

File Metadata

Mime Type
application/json
Expires
Fri, Nov 22, 08:55 (8 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
547668
Default Alt Text
package.json (1 KB)

Event Timeline