mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-19 10:15:59 +08:00
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "issues-helper",
|
|
"version": "1.11.0",
|
|
"private": true,
|
|
"description": "Some operations on issue.",
|
|
"main": "src/main.js",
|
|
"scripts": {
|
|
"start": "dumi dev",
|
|
"docs:build": "dumi build",
|
|
"docs-dev:build": "UMI_ENV=dev dumi build",
|
|
"docs:deploy": "gh-pages -d docs-dist",
|
|
"deploy": "npm run docs:build && npm run docs:deploy",
|
|
"format": "prettier --write **/*.ts **/*.js",
|
|
"format-check": "prettier --check **/*.ts **/*.js",
|
|
"package": "ncc build src/main.js -o dist",
|
|
"users": "node ./script/update-users.js",
|
|
"main": "node ./src/main.js",
|
|
"ver": "node ./script/update-version.js"
|
|
},
|
|
"author": "xrkffgg",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/actions-cool/issues-helper.git",
|
|
"branch": "main"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"issue",
|
|
"helper",
|
|
"github"
|
|
],
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.6",
|
|
"@actions/github": "^4.0.0",
|
|
"@octokit/rest": "^18.0.12",
|
|
"dayjs": "^1.9.7",
|
|
"lodash": "^4.17.20"
|
|
},
|
|
"devDependencies": {
|
|
"@umijs/fabric": "^2.5.6",
|
|
"@vercel/ncc": "^0.25.1",
|
|
"common-tags": "^1.8.0",
|
|
"dotenv": "^8.2.0",
|
|
"dumi": "^1.1.1",
|
|
"gh-pages": "^3.1.0",
|
|
"react": "^17.0.1"
|
|
}
|
|
}
|