11cb0ef41Sopenharmony_ci{ 21cb0ef41Sopenharmony_ci "name": "@tufjs/models", 31cb0ef41Sopenharmony_ci "version": "2.0.0", 41cb0ef41Sopenharmony_ci "description": "TUF metadata models", 51cb0ef41Sopenharmony_ci "main": "dist/index.js", 61cb0ef41Sopenharmony_ci "types": "dist/index.d.ts", 71cb0ef41Sopenharmony_ci "files": [ 81cb0ef41Sopenharmony_ci "dist" 91cb0ef41Sopenharmony_ci ], 101cb0ef41Sopenharmony_ci "scripts": { 111cb0ef41Sopenharmony_ci "build": "tsc --build", 121cb0ef41Sopenharmony_ci "clean": "rm -rf dist && rm tsconfig.tsbuildinfo", 131cb0ef41Sopenharmony_ci "test": "jest" 141cb0ef41Sopenharmony_ci }, 151cb0ef41Sopenharmony_ci "repository": { 161cb0ef41Sopenharmony_ci "type": "git", 171cb0ef41Sopenharmony_ci "url": "git+https://github.com/theupdateframework/tuf-js.git" 181cb0ef41Sopenharmony_ci }, 191cb0ef41Sopenharmony_ci "keywords": [ 201cb0ef41Sopenharmony_ci "tuf", 211cb0ef41Sopenharmony_ci "security", 221cb0ef41Sopenharmony_ci "update" 231cb0ef41Sopenharmony_ci ], 241cb0ef41Sopenharmony_ci "author": "bdehamer@github.com", 251cb0ef41Sopenharmony_ci "license": "MIT", 261cb0ef41Sopenharmony_ci "bugs": { 271cb0ef41Sopenharmony_ci "url": "https://github.com/theupdateframework/tuf-js/issues" 281cb0ef41Sopenharmony_ci }, 291cb0ef41Sopenharmony_ci "homepage": "https://github.com/theupdateframework/tuf-js/tree/main/packages/models#readme", 301cb0ef41Sopenharmony_ci "dependencies": { 311cb0ef41Sopenharmony_ci "@tufjs/canonical-json": "2.0.0", 321cb0ef41Sopenharmony_ci "minimatch": "^9.0.3" 331cb0ef41Sopenharmony_ci }, 341cb0ef41Sopenharmony_ci "engines": { 351cb0ef41Sopenharmony_ci "node": "^16.14.0 || >=18.0.0" 361cb0ef41Sopenharmony_ci } 371cb0ef41Sopenharmony_ci} 38