421c054caf
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.0 to 5.1.2. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.1.2/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
55 lines
1.8 KiB
JSON
55 lines
1.8 KiB
JSON
{
|
|
"name": "speckle-automate-github-action",
|
|
"author": "Speckle Systems",
|
|
"version": "0.0.0",
|
|
"description": "Speckle Automate Github Action",
|
|
"packageManager": "yarn@3.5.0",
|
|
"license": "Apache-2.0",
|
|
"main": "lib/main.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"all": "yarn run build && yarn run prettier:check && yarn run lint && yarn run package",
|
|
"build": "tsc -p tsconfig.json",
|
|
"build:image": "docker build -t speckle/speckle-automate-github-action:local .",
|
|
"lint": "eslint src/**/*.ts",
|
|
"package": "ncc build --target es2020 --source-map --license licenses.txt -o dist/action src/main.ts",
|
|
"precommit": "pre-commit run --all-files",
|
|
"prettier:check": "prettier --check '**/*.ts'",
|
|
"prettier:fix": "prettier --write '**/*.ts'",
|
|
"test": "vitest --run --coverage",
|
|
"test:watch": "vitest"
|
|
},
|
|
"engines": {
|
|
"node": "^16.19.1"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.1",
|
|
"@lifeomic/attempt": "^3.0.3",
|
|
"node-fetch": "^3.3.2",
|
|
"zod": "^3.22.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/node": "^18.19.15",
|
|
"@typescript-eslint/eslint-plugin": "^7.0.1",
|
|
"@typescript-eslint/parser": "^7.0.1",
|
|
"@vercel/ncc": "^0.38.1",
|
|
"@vitest/coverage-istanbul": "^1.2.2",
|
|
"eslint": "^8.56.0",
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
"eslint-plugin-filenames": "latest",
|
|
"eslint-plugin-github": "^4.10.1",
|
|
"eslint-plugin-i18n-text": "^1.0.1",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-no-only-tests": "^3.1.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-vitest": "^0.3.22",
|
|
"msw": "^2.2.0",
|
|
"prettier": "^3.2.5",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.1.2",
|
|
"vitest": "^1.2.2"
|
|
}
|
|
}
|