Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F1374580
package.json
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
package.json
View Options
{
"name"
:
"module-starter"
,
"version"
:
"0.0.1"
,
"description"
:
"module template"
,
"main"
:
"lib/src/index.js"
,
"scripts"
:
{
"build"
:
"node ./esbuild.cjs"
,
"prepare"
:
"rm -rf @types && npm run typecheck && npm run build-declarations && npm run build"
,
"pretest"
:
"npm run build"
,
"test"
:
"node test.cjs"
,
"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/mocha"
:
"^10.0.1"
,
"@typescript-eslint/eslint-plugin"
:
"^5.58.0"
,
"@typescript-eslint/parser"
:
"^5.58.0"
,
"eslint"
:
"^8.38.0"
,
"eslint-config-prettier"
:
"^8.8.0"
,
"eslint-plugin-prettier"
:
"^4.2.1"
,
"eslint-plugin-with-tsc-error"
:
"^0.0.8"
,
"mocha"
:
"^10.2.0"
,
"mri"
:
"^1.2.0"
,
"nyc"
:
"^15.1.0"
,
"prettier"
:
"^2.8.7"
,
"source-map-support"
:
"^0.5.21"
,
"ts-node"
:
"^10.9.1"
,
"typescript"
:
"^5.0.4"
,
"esbuild"
:
"^0.14.10"
,
"tiny-glob"
:
"^0.2.9"
},
"types"
:
"./@types/index.d.ts"
}
File Metadata
Details
Attached
Mime Type
application/json
Expires
Tue, Feb 25, 02:17 (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
610410
Default Alt Text
package.json (1 KB)
Attached To
Mode
rATOH add-to-head
Attached
Detach File
Event Timeline
Log In to Comment