@tufjs/repo-mock
Version:
HTTP mocking for TUF repository requests
38 lines (37 loc) • 886 B
JSON
{
"name": "@tufjs/repo-mock",
"version": "4.0.1",
"description": "HTTP mocking for TUF repository requests",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc --build tsconfig.build.json",
"clean": "rm -rf dist && rm tsconfig.build.tsbuildinfo",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theupdateframework/tuf-js.git"
},
"keywords": [
"tuf",
"security",
"update"
],
"author": "bdehamer@github.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/theupdateframework/tuf-js/issues"
},
"homepage": "https://github.com/theupdateframework/tuf-js/tree/main/packages/repo-mock#readme",
"dependencies": {
"@tufjs/models": "4.1.0",
"nock": "^13.5.5"
},
"engines": {
"node": "^20.17.0 || >=22.9.0"
}
}