UNPKG

autoforce

Version:

Developer Automation tool for Github / Gitlab and Salesforce projects.

77 lines (76 loc) 2.24 kB
{ "name": "autoforce", "homepage": "https://sebastianclaros.github.io/autoforce", "private": false, "version": "0.1.30", "keywords": [ "Salesforce", "Automation", "Git" ], "description": "Developer Automation tool for Github / Gitlab and Salesforce projects.", "repository": { "type": "git", "url": "git+https://github.com/sebastianclaros/autoforce.git" }, "main": "./bin/index.js", "files": [ "models/**/*", "lib/**/*", ".autoforce.json", "bin/**/*" ], "bin": { "autoforce": "./bin/index.js" }, "type": "module", "scripts": { "prebuild": "rm -rf ./lib/", "build": "tsc --project tsconfig.build.json", "prepack": "npx autoforce subtask prepack", "postpack": "npx autoforce subtask postpack", "prettier": "prettier --write \"**/*.{css,html,js,json,ts,md,xml,yaml,yml}\"", "test:build": "yarn build && node ./bin/index.js", "test": "vitest" }, "devDependencies": { "@eslint/js": "^9.22.0", "@octokit/graphql": "^8.1.1", "@types/graphql": "^14.5.0", "@types/jest": "^29.5.14", "@types/mocha": "^10.0.10", "@types/node": "^22.8.1", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "eslint": "^9.22.0", "eslint-plugin-import": "^2.25.4", "eslint-plugin-jest": "^27.6.0", "globals": "^16.0.0", "husky": "^7.0.4", "jest": "29.4.3", "jsdom": "^26.0.0", "lint-staged": "^12.3.7", "prettier": "^2.6.0", "ts-jest": "29.0.5", "ts-jest-mock-import-meta": "^1.2.1", "ts-node": "^10.9.2", "typescript": "^5.7.3", "typescript-eslint": "^8.26.1", "vitest": "^3.0.5" }, "dependencies": { "@types/jsforce": "^1.11.5", "@types/prompts": "^2.4.9", "graphql": "^16.9.0", "graphql-request": "^7.1.0", "gray-matter": "^4.0.3", "handlebars": "^4.7.8", "jsforce": "^3.4.1", "octokit": "^4.0.2", "openai": "^4.54.0", "prompts": "^2.4.2" }, "author": "Sebastian Claros <sclaros@gmail.com>", "license": "MIT", "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }