mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
872 B
37 lines
872 B
{
|
|
"name": "@tufjs/models",
|
|
"version": "4.1.0",
|
|
"description": "TUF metadata models",
|
|
"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/models#readme",
|
|
"dependencies": {
|
|
"@tufjs/canonical-json": "2.0.0",
|
|
"minimatch": "^10.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^20.17.0 || >=22.9.0"
|
|
}
|
|
}
|
|
|