{
"name": "@guardianproject/proofmode-cli",
"version": "0.8.4",
"description": "Command-line interface for ProofMode - capture, share, and preserve verifiable photos and videos",
"keywords": [
"proofmode",
"verification",
"cryptography",
"media",
"authentication",
"cli"
],
"homepage": "https://proofmode.org",
"repository": {
"type": "git",
"url": "https://gitlab.com/guardianproject/proofmode/proofmode-rust"
},
"license": "Apache-2.0",
"author": "Guardian Project",
"type": "module",
"main": "index.js",
"bin": {
"proofmode": "./start-cli.js"
},
"files": [
"cli.js",
"index.js",
"lib/",
"README.md"
],
"scripts": {
"build": "echo 'No build step required'",
"prepublishOnly": "npm run test",
"test": "node --test test/",
"start": "node cli.js"
},
"dependencies": {
"chalk": "^5.3.0",
"fs-extra": "^11.2.0",
"ora": "^8.0.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"node-fetch": "^3.3.2"
},
"engines": {
"node": ">=18.0.0"
}
}