pontus-x_cli
Version:
Command Line Interface for the Pontus-X Data Space Ecosystem.
54 lines (53 loc) • 1.54 kB
JSON
{
"name": "pontus-x_cli",
"version": "0.0.6",
"main": "dist/index.js",
"bin": {
"pontus-x_cli": "./dist/index.js"
},
"scripts": {
"start": "NODE_NO_WARNINGS=1 ts-node src/index.ts",
"build": "tsc && chmod +x ./dist/index.js && npm run copy-templates",
"copy-templates": "copyfiles -u 1 src/gaia-x_compliance/generate-participant-credentials/templates/* dist",
"clean": "rm -rf ./dist/",
"rebuild": "npm run clean & npm run build",
"local-install": "npm install -g ."
},
"repository": {
"type": "git",
"url": "https://github.com/rhizomik/pontus-x_cli.git"
},
"keywords": ["data space", "cli", "pontus-x", "gaia-x"],
"author": "Roberto García <https://rhizomik.net/~roberto>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/rhizomik/pontus-x_cli/issues"
},
"homepage": "https://github.com/monatheoctocat/my_package",
"dependencies": {
"@deltadao/nautilus": "^1.1.0",
"@gaia-x/did-web-generator": "^1.1.0",
"@gaia-x/json-web-signature-2020": "^2.3.0",
"axios": "^1.7.9",
"commander": "^13.1.0",
"dotenv": "^16.4.7",
"ethereumjs-wallet": "^1.0.2",
"ethers": "^5.7.2",
"figlet": "^1.7.0",
"handlebars": "^4.7.8",
"readline-sync": "^1.4.10",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@types/figlet": "^1.7.0",
"@types/node": "^22.13.4",
"@types/readline-sync": "^1.4.8",
"copyfiles": "^2.4.1",
"typescript": "^5.7.3"
},
"files": [
"dist",
"README.md",
"LICENSE"
]
}