@endo/check-bundle
Version:
Checks the integrity of an Endo bundle.
92 lines (91 loc) • 2.17 kB
JSON
{
"name": "@endo/check-bundle",
"version": "1.0.17",
"description": "Checks the integrity of an Endo bundle.",
"keywords": [
"endo",
"bundle",
"integrity",
"check",
"hash"
],
"author": "Endo contributors",
"license": "Apache-2.0",
"homepage": "https://github.com/endojs/endo/tree/master/packages/check-bundle#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/check-bundle"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
},
"type": "module",
"main": "./index.js",
"module": "./index.js",
"exports": {
".": "./index.js",
"./lite.js": "./lite.js",
"./package.json": "./package.json"
},
"scripts": {
"build": "exit 0",
"prepack": "tsc --build tsconfig.build.json",
"postpack": "git clean -fX \"*.d.ts*\" \"*.d.cts*\" \"*.d.mts*\" \"*.tsbuildinfo\"",
"lint": "yarn lint:types && yarn lint:eslint",
"lint-fix": "eslint --fix .",
"lint:eslint": "eslint .",
"lint:types": "tsc",
"test": "ava",
"test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js"
},
"dependencies": {
"@endo/base64": "^1.0.12",
"@endo/compartment-mapper": "^1.6.3",
"@endo/errors": "^1.2.13"
},
"devDependencies": {
"@endo/bundle-source": "^4.1.2",
"@endo/init": "^1.1.12",
"@endo/zip": "^1.0.11",
"ava": "^6.1.3",
"babel-eslint": "^10.1.0",
"c8": "^7.14.0",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.31.0",
"prettier": "^3.5.3",
"typescript": "~5.8.3"
},
"files": [
"./*.d.ts",
"./*.js",
"./*.map",
"LICENSE*",
"SECURITY*",
"dist",
"lib",
"src",
"tools"
],
"publishConfig": {
"access": "public"
},
"eslintConfig": {
"extends": [
"plugin:@endo/internal"
]
},
"ava": {
"files": [
"test/**/*.test.*"
],
"timeout": "2m"
},
"typeCoverage": {
"atLeast": 86.95
},
"gitHead": "9815aea9541f241389d2135c6097a7442bdffa17"
}