1{ 2 "name": "@tufjs/models", 3 "version": "1.0.4", 4 "description": "TUF metadata models", 5 "main": "dist/index.js", 6 "types": "dist/index.d.ts", 7 "files": [ 8 "dist" 9 ], 10 "scripts": { 11 "build": "tsc --build", 12 "clean": "rm -rf dist && rm tsconfig.tsbuildinfo", 13 "test": "jest" 14 }, 15 "repository": { 16 "type": "git", 17 "url": "git+https://github.com/theupdateframework/tuf-js.git" 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/models#readme", 30 "devDependencies": { 31 "@types/node": "^18.16.3", 32 "typescript": "^5.0.4" 33 }, 34 "dependencies": { 35 "@tufjs/canonical-json": "1.0.0", 36 "minimatch": "^9.0.0" 37 }, 38 "engines": { 39 "node": "^14.17.0 || ^16.13.0 || >=18.0.0" 40 } 41} 42