UNPKG

proof-of-persona

Version:

Cryptographically verified digital personalities with online reputations and LLM-style thinking.

98 lines (97 loc) 2.12 kB
{ "name": "proof-of-persona", "version": "2.0.0", "description": "Cryptographically verified digital personalities with online reputations and LLM-style thinking.", "main": "dist/index.js", "type": "commonjs", "author": "badasya", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/0xbadasya/proof-of-persona" }, "bugs": { "url": "https://github.com/0xbadasya/proof-of-persona/issues" }, "files": [ "dist", "bin", "LICENSE", "README.md" ], "scripts": { "start": "ts-node src/index.ts", "dev": "ts-node playground/create-persona.ts", "build": "tsup", "test": "jest" }, "keywords": [ "persona", "onchain", "identity", "web3", "cli", "digital-identity", "zkproof", "thoughts", "anonymous", "pseudonymous", "self-sovereign", "decentralized", "crypto-persona", "programmable", "verified-identity", "reputation", "philosophy", "behavior-model", "crypto-identity", "blockchain-identity", "web3-authorship", "daos", "onchain-reputation", "signed-content", "verified-mind", "llm-identity", "privacy" ], "directories": { "doc": "docs", "test": "tests" }, "jest": { "transform": { "^.+\\.ts?$": "ts-jest" }, "testEnvironment": "node", "moduleFileExtensions": [ "ts", "js" ], "testMatch": [ "**/tests/**/*.test.ts" ] }, "bin": { "persona": "./bin/persona.js" }, "dependencies": { "adm-zip": "^0.5.16", "archiver": "^7.0.1", "docsify-darklight-theme": "^3.2.0", "dotenv": "^16.5.0", "ethers": "^5.8.0", "fast-levenshtein": "^3.0.0", "inquirer": "^12.5.2", "openai": "^4.94.0", "uuid": "^11.1.0" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.14.1", "jest": "^29.7.0", "ts-jest": "^29.3.2", "ts-node": "^10.9.2", "tsup": "^8.4.0", "typescript": "^5.8.3" } }