Closed benlei closed 1 month ago
Some Value
World
{ "name": "create-issue-templateless", "description": "Creates and update an issue like one would through an Issue Template, but without the template", "version": "1.1.3", "author": "benlei", "private": true, "homepage": "https://github.com/benlei/create-issue-templateless", "repository": { "type": "git", "url": "git+https://github.com/benlei/create-issue-templateless.git" }, "bugs": { "url": "https://github.com/benlei/create-issue-templateless/issues" }, "keywords": [ "actions", "node", "setup" ], "exports": { ".": "./dist/index.js" }, "engines": { "node": ">=21" }, "scripts": { "bundle": "npm run format:write && npm run package", "ci-test": "npx jest", "coverage": "npx make-coverage-badge --output-path ./badges/coverage.svg", "format:write": "npx prettier --write .", "format:check": "npx prettier --check .", "lint": "npx eslint . -c ./.github/linters/.eslintrc.yml", "package": "npx ncc build src/index.ts -o dist --source-map --license licenses.txt", "package:watch": "npm run package -- --watch", "test": "npx jest", "all": "npm run format:write && npm run lint && npm run test && npm run coverage && npm run package" }, "license": "MIT", "jest": { "preset": "ts-jest", "verbose": true, "clearMocks": true, "testEnvironment": "node", "moduleFileExtensions": [ "js", "ts" ], "testMatch": [ "**/*.test.ts" ], "testPathIgnorePatterns": [ "/node_modules/", "/dist/" ], "transform": { "^.+\\.ts$": "ts-jest" }, "coverageReporters": [ "json-summary", "text", "lcov" ], "collectCoverage": true, "collectCoverageFrom": [ "./src/**" ] }, "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "@octokit/core": "^5.2.0", "dotenv-expand": "^11.0.6", "@octokit/plugin-retry": "^6.0.1" }, "devDependencies": { "@jest/globals": "^29.7.0", "@types/jest": "^29.5.13", "@types/node": "^22.5.5", "@typescript-eslint/eslint-plugin": "^8.5.0", "@typescript-eslint/parser": "^8.5.0", "@vercel/ncc": "^0.38.1", "eslint": "^8.57.0", "eslint-plugin-jest": "^28.8.3", "eslint-plugin-jsonc": "^2.16.0", "eslint-plugin-prettier": "^5.2.1", "jest": "^29.7.0", "make-coverage-badge": "^1.2.0", "prettier": "^3.3.3", "prettier-eslint": "^16.3.0", "ts-jest": "^29.2.5", "typescript": "^5.6.2" } }
Bar
comment
trigger
zzz
tejast
kldrtykr
yjrns
rjsfgs
Some Field
Some Value
Hello
World
package.json
Foo
Bar