• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "tuf-js",
3  "version": "2.2.0",
4  "description": "JavaScript implementation of The Update Framework (TUF)",
5  "main": "dist/index.js",
6  "types": "dist/index.d.ts",
7  "scripts": {
8    "build": "tsc --build",
9    "clean": "rm -rf dist",
10    "test": "jest"
11  },
12  "repository": {
13    "type": "git",
14    "url": "git+https://github.com/theupdateframework/tuf-js.git"
15  },
16  "files": [
17    "dist"
18  ],
19  "keywords": [
20    "tuf",
21    "security",
22    "update"
23  ],
24  "author": "bdehamer@github.com",
25  "license": "MIT",
26  "bugs": {
27    "url": "https://github.com/theupdateframework/tuf-js/issues"
28  },
29  "homepage": "https://github.com/theupdateframework/tuf-js/tree/main/packages/client#readme",
30  "devDependencies": {
31    "@tufjs/repo-mock": "2.0.0",
32    "@types/debug": "^4.1.12",
33    "@types/make-fetch-happen": "^10.0.4"
34  },
35  "dependencies": {
36    "@tufjs/models": "2.0.0",
37    "debug": "^4.3.4",
38    "make-fetch-happen": "^13.0.0"
39  },
40  "engines": {
41    "node": "^16.14.0 || >=18.0.0"
42  }
43}
44