2019-08-26 23:45:48 +08:00
|
|
|
{
|
2020-05-17 06:11:24 +08:00
|
|
|
"name": "@jamesives/github-pages-deploy-action",
|
2019-08-26 23:45:48 +08:00
|
|
|
"description": "GitHub action for building a project and deploying it to GitHub pages.",
|
2020-04-04 19:54:06 +08:00
|
|
|
"author": "James Ives <iam@jamesiv.es> (https://jamesiv.es)",
|
2023-07-12 23:20:48 +08:00
|
|
|
"version": "4.4.3",
|
2020-03-02 20:52:38 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"main": "lib/lib.js",
|
|
|
|
"types": "lib/lib.d.ts",
|
2019-08-26 23:45:48 +08:00
|
|
|
"scripts": {
|
2020-10-08 21:25:43 +08:00
|
|
|
"build": "rimraf lib && tsc --declaration",
|
2019-11-19 23:06:27 +08:00
|
|
|
"test": "jest",
|
2022-06-26 20:57:32 +08:00
|
|
|
"lint": "eslint --fix .",
|
|
|
|
"lint:check": "eslint .",
|
|
|
|
"lint:format": "prettier --write .",
|
|
|
|
"lint:format:check": "prettier --check ."
|
2019-11-19 23:06:27 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/JamesIves/github-pages-deploy-action.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/JamesIves/github-pages-deploy-action/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/JamesIves/github-pages-deploy-action",
|
|
|
|
"keywords": [
|
|
|
|
"actions",
|
|
|
|
"node",
|
|
|
|
"setup",
|
|
|
|
"build",
|
|
|
|
"deploy",
|
|
|
|
"gh-pages",
|
|
|
|
"pages",
|
|
|
|
"github",
|
|
|
|
"deploy",
|
|
|
|
"deployment"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2022-10-07 23:09:55 +08:00
|
|
|
"@actions/core": "1.10.0",
|
2022-03-19 19:05:53 +08:00
|
|
|
"@actions/exec": "1.1.1",
|
2022-10-10 21:19:23 +08:00
|
|
|
"@actions/github": "5.1.1",
|
2023-05-24 21:17:18 +08:00
|
|
|
"@actions/io": "1.1.3"
|
2019-11-19 23:06:27 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-06-05 01:44:47 +08:00
|
|
|
"@types/jest": "27.5.0",
|
2023-07-17 22:14:00 +08:00
|
|
|
"@types/node": "20.4.2",
|
2021-10-07 06:27:36 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "4.33.0",
|
2021-10-07 06:35:49 +08:00
|
|
|
"@typescript-eslint/parser": "4.33.0",
|
2021-08-05 20:17:15 +08:00
|
|
|
"eslint": "7.32.0",
|
2023-07-31 06:00:35 +08:00
|
|
|
"eslint-config-prettier": "8.9.0",
|
2023-07-17 22:14:08 +08:00
|
|
|
"eslint-plugin-jest": "27.2.3",
|
2022-07-18 20:38:26 +08:00
|
|
|
"eslint-plugin-prettier": "4.2.1",
|
2021-02-21 08:53:26 +08:00
|
|
|
"jest": "26.6.3",
|
2022-02-12 00:15:26 +08:00
|
|
|
"jest-circus": "27.5.1",
|
2023-05-24 21:17:26 +08:00
|
|
|
"prettier": "2.8.8",
|
2023-01-26 23:19:18 +08:00
|
|
|
"rimraf": "4.1.2",
|
2021-05-06 20:52:08 +08:00
|
|
|
"ts-jest": "26.5.6",
|
2023-02-06 05:25:35 +08:00
|
|
|
"typescript": "4.9.5"
|
2019-08-26 23:45:48 +08:00
|
|
|
}
|
2019-11-19 23:06:27 +08:00
|
|
|
}
|