UNPKG

proca

Version:
99 lines (98 loc) 2.39 kB
{ "name": "proca", "description": "Access the proca api", "version": "1.7.0", "author": "Xavier", "bin": { "proca": "proca-cli" }, "bugs": "https://github.com/fixthestatusquo/git@github.com:fixthestatusquo/proca-cli.git/issues", "dependencies": { "@oclif/core": "^4.2.10", "@oclif/plugin-help": "^6", "@oclif/plugin-plugins": "^5", "@urql/exchange-auth": "^2.2.0", "date-fns": "^4.1.0", "dotenv": "^16.4.5", "dxid": "^2.2.1", "easy-table": "^1.2.0", "fast-csv": "^5.0.1", "graphql": "^16.10.0", "typescript": "^5.7.3", "urql": "^4.1.0", "prompts": "^2.4.2" }, "devDependencies": { "@biomejs/biome": "^1.9.3", "@graphql-codegen/cli": "^2.x.x", "@graphql-codegen/introspection": "^2.x.x", "@graphql-codegen/typescript-operations": "^4.2.3", "@graphql-codegen/typescript-urql": "^4.0.0", "@oclif/plugin-autocomplete": "^3.2.5", "@oclif/plugin-commands": "^4.1.3", "@oclif/plugin-not-found": "^3.2.22", "lefthook": "^1.7.18", "oclif": "^4.17.46" }, "engines": { "node": ">=18.0.0" }, "files": ["/proca-cli", "/src", "/theme.json"], "homepage": "https://github.com/fixthestatusquo/git@github.com:fixthestatusquo/proca-cli.git", "keywords": [ "cli", "petition", "proca", "campaigning", "digital-engagement", "social-change", "nonprofit", "civic-tech", "mobilisation", "advocacy", "activism", "email-campaign", "grassroots", "gdpr" ], "imports": { "#src/*": "./src/*" }, "license": "aGPL3", "main": "./proca-cli", "oclif": { "repository": "github:fixthestatusquo/proca-cli", "bin": "proca", "theme": "theme.json", "topicSeparator": " ", "commands": "./src/commands", "helpClass": "./src/hooks/help.mjs", "topics": { "widget": { "description": "widgets (actionPages in the API)" }, "campaign": { "description": "campaigns" }, "user": { "description": "campaigners and other users" } }, "plugins": [ "@oclif/plugin-plugins", "@oclif/plugin-help", "@oclif/plugin-commands" ] }, "repository": { "type": "git", "url": "git+ssh://git@github.com/fixthestatusquo/proca-cli.git" }, "scripts": { "check": "npx @biomejs/biome check --write", "format": "npx @biomejs/biome format --write", "lint": "npx @biomejs/biome lint --write", "prepack": "oclif manifest && oclif readme", "version": "oclif readme && git add README.md" } }