2020-01-19 10:32:13 -05:00
|
|
|
{
|
|
|
|
|
"name": "hashFiles",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "GitHub Actions HashFiles() expression function",
|
|
|
|
|
"main": "lib/hashFiles.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "tsc",
|
|
|
|
|
"format": "prettier --write **/*.ts",
|
|
|
|
|
"format-check": "prettier --check **/*.ts",
|
|
|
|
|
"lint": "eslint src/**/*.ts",
|
|
|
|
|
"pack": "ncc build -o ../../layoutbin/hashFiles",
|
|
|
|
|
"all": "npm run build && npm run format && npm run lint && npm run pack"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/actions/runner.git"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"actions"
|
|
|
|
|
],
|
|
|
|
|
"author": "GitHub Actions",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
2023-08-15 17:47:07 -04:00
|
|
|
"@actions/glob": "^0.4.0"
|
2020-01-19 10:32:13 -05:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-08-24 09:43:39 -04:00
|
|
|
"@types/node": "^20.5.4",
|
2023-08-15 17:47:07 -04:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.4.0",
|
2023-08-24 09:43:59 -04:00
|
|
|
"@typescript-eslint/parser": "^6.4.1",
|
2023-08-10 09:39:21 -04:00
|
|
|
"@vercel/ncc": "^0.36.1",
|
2023-08-15 17:47:07 -04:00
|
|
|
"eslint": "^8.47.0",
|
2023-08-11 16:33:23 -04:00
|
|
|
"eslint-plugin-github": "^4.9.2",
|
|
|
|
|
"eslint-plugin-prettier": "^5.0.0",
|
2023-08-16 12:56:52 -04:00
|
|
|
"prettier": "^3.0.2",
|
2023-08-10 09:52:31 -04:00
|
|
|
"typescript": "^5.1.6"
|
2020-01-19 10:32:13 -05:00
|
|
|
}
|
|
|
|
|
}
|