mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-19 18:25:58 +08:00
feat: refactor 3.0
This commit is contained in:
63
package.json
63
package.json
@@ -1,50 +1,59 @@
|
||||
{
|
||||
"name": "issues-helper",
|
||||
"version": "2.4.3",
|
||||
"private": true,
|
||||
"description": "A GitHub Action easily helps you automatically manage issues.",
|
||||
"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",
|
||||
"test": "father test",
|
||||
"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",
|
||||
"pub": "npm run package"
|
||||
},
|
||||
"author": "xrkffgg",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/actions-cool/issues-helper.git",
|
||||
"branch": "main"
|
||||
},
|
||||
"keywords": [
|
||||
"actions",
|
||||
"issue",
|
||||
"helper",
|
||||
"github"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/actions-cool/issues-helper.git",
|
||||
"branch": "main"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "xrkffgg",
|
||||
"main": "src/main.js",
|
||||
"scripts": {
|
||||
"start": "APP_ROOT=web dumi dev",
|
||||
"docs:build": "APP_ROOT=web dumi build",
|
||||
"docs-dev:build": "APP_ROOT=web 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",
|
||||
"format-check": "prettier --check **/*.ts",
|
||||
"test": "father test",
|
||||
"package": "ncc build src/main.ts -o dist",
|
||||
"users": "node ./script/update-users.js",
|
||||
"main": "node ./src/main.js",
|
||||
"ver": "node ./script/update-version.js",
|
||||
"pub": "npm run package",
|
||||
"all": "npm run format-check && npm run lint && npm run package"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.2.6",
|
||||
"@actions/github": "^4.0.0",
|
||||
"@octokit/rest": "^18.0.12",
|
||||
"actions-util": "^1.0.0",
|
||||
"dayjs": "^1.9.7",
|
||||
"father": "^2.30.7",
|
||||
"lodash": "^4.17.20"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@trivago/prettier-plugin-sort-imports": "^2.0.4",
|
||||
"@types/lodash": "^4.14.175",
|
||||
"@typescript-eslint/parser": "^4.15.2",
|
||||
"@umijs/fabric": "^2.5.6",
|
||||
"@vercel/ncc": "^0.25.1",
|
||||
"@vercel/ncc": "^0.27.0",
|
||||
"common-tags": "^1.8.0",
|
||||
"dumi": "^1.1.26",
|
||||
"gh-pages": "^3.1.0"
|
||||
"eslint": "^7.18.0",
|
||||
"eslint-plugin-github": "^4.1.1",
|
||||
"eslint-plugin-simple-import-sort": "^7.0.0",
|
||||
"father": "^2.30.7",
|
||||
"gh-pages": "^3.1.0",
|
||||
"prettier": "^2.2.1",
|
||||
"typescript": "^4.1.3"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user