UNPKG

@wellsite/version-generator

Version:
70 lines 1.94 kB
{ "name": "@wellsite/version-generator", "version": "1.0.32-main.32ea8149", "description": "Generates Versions based on git information", "repository": { "type": "git", "url": "https://github.com/Wellsite-Navigator/version-generator.git" }, "homepage": "https://github.com/Wellsite-Navigator/version-generator", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "action.yml", "README.md", "LICENSE", "package.json" ], "bin": { "generate-version": "./dist/cli.js" }, "publishConfig": { "access": "public" }, "keywords": [ "version", "generator", "git", "github", "github-action", "action" ], "dependencies": { "@types/jsonwebtoken": "^9.0.9", "commander": "^11.1.0", "glob": "^10.3.10", "googleapis": "^146.0.0", "js-yaml": "^4.1.0", "jsonwebtoken": "^9.0.2" }, "devDependencies": { "@eslint/eslintrc": "^3.3.0", "@types/jest": "29.5.14", "@types/js-yaml": "^4.0.9", "@types/node": "^20.11.19", "@typescript-eslint/eslint-plugin": "^7.1.0", "@typescript-eslint/parser": "^7.1.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "husky": "^9.0.11", "jest": "^29.7.0", "lint-staged": "^15.2.2", "prettier": "^3.2.5", "ts-jest": "^29.1.2", "typescript": "^5.8.2" }, "scripts": { "watch": "pnpm tsc -p tsconfig.build.json --watch", "test": "pnpm jest", "test:action": "act -j test-action -W .github/local-workflows/test-action.yml", "build": "rm -rf dist && pnpm tsc -p tsconfig.build.json && chmod +x dist/cli.js", "clean": "rm -rf dist && rm -rf node_modules && rm -rf .coverage", "lint": "eslint . --ext .ts,.tsx", "lint:fix": "eslint . --ext .ts,.tsx --fix" } }