UNPKG

@process-engine/ci_tools

Version:
48 lines (47 loc) 1.66 kB
{ "name": "@process-engine/ci_tools", "version": "4.0.2", "description": "CI tools for process-engine.io", "main": "dist/ci_tools.js", "scripts": { "auto-publish-if-applicable": "node dist/ci_tools.js setup-git-and-npm-connections && node dist/ci_tools.js prepare-version && node dist/ci_tools.js commit-and-tag-version --only-on-primary-branches && node dist/ci_tools.js update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag && node dist/ci_tools.js publish-npm-package --create-tag-from-branch-name", "clean": "rm -rf dist", "build": "npm run clean && tsc", "prepare": "npm run build", "test": "npm run test:unit", "test:unit": "mocha -r ts-node/register -r choma \"src/**/*.test.ts\"", "test:integration": "mocha --slow 60000 --timeout 600000 -r ts-node/register -r choma \"test/integration/*.test.ts\"" }, "bin": { "ci_tools": "./dist/ci_tools.js" }, "repository": { "type": "git", "url": "git@github.com:process-engine/ci_tools.git" }, "author": "5Minds IT-Solutions GmbH & Co. KG", "license": "MIT", "dependencies": { "@octokit/rest": "19.0.5", "chalk": "^4.1.2", "cross-fetch": "3.1.5", "compare-versions": "^5.0.3", "glob": "^8.0.3", "mime-types": "^2.1.35", "moment": "^2.29.4", "shelljs": "^0.8.5", "xml2js": "^0.4.23", "yargs-parser": "^21.1.1" }, "devDependencies": { "@types/mocha": "^10.0.1", "@types/node": "^16.18.10", "choma": "^1.2.1", "fs-extra": "^8.1.0", "json5": "^2.2.2", "mocha": "^10.2.0", "ts-node": "^10.9.1", "tsconfig": "^7.0.0", "typescript": "^4.9.4" } }