mirror of
https://github.com/supabase/setup-cli.git
synced 2026-08-12 08:45:15 +00:00
Bumps [@typescript/native-preview](https://github.com/microsoft/typescript-go) from 7.0.0-dev.20260410.1 to 7.0.0-dev.20260707.2. - [Release notes](https://github.com/microsoft/typescript-go/releases) - [Changelog](https://github.com/microsoft/typescript-go/blob/main/CHANGES.md) - [Commits](https://github.com/microsoft/typescript-go/commits) --- updated-dependencies: - dependency-name: "@typescript/native-preview" dependency-version: 7.0.0-dev.20260707.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "setup-cli",
|
|
"version": "3.0.0",
|
|
"private": true,
|
|
"description": "Supabase CLI GitHub Action",
|
|
"keywords": [
|
|
"actions"
|
|
],
|
|
"license": "MIT",
|
|
"author": "",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/supabase/setup-cli.git"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"all": "bun run format && bun run lint && bun run coverage",
|
|
"ci": "bun run format:check && bun run lint && bun run coverage",
|
|
"coverage": "bun test --coverage --coverage-reporter=text --coverage-reporter=lcov",
|
|
"format": "bun x oxfmt --write . '!coverage/**'",
|
|
"format:check": "bun x oxfmt --check . '!coverage/**'",
|
|
"lint": "bun x oxlint --deny-warnings --type-aware --type-check --tsconfig tsconfig.json src",
|
|
"test": "bun test",
|
|
"typecheck": "bun x tsgo -p tsconfig.json --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/bun": "^1.0.10",
|
|
"@types/bun": "^1.3.14",
|
|
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
|
|
"oxfmt": "^0.58.0",
|
|
"oxlint": "^1.73.0",
|
|
"oxlint-tsgolint": "^0.24.0"
|
|
},
|
|
"engines": {
|
|
"bun": ">=1.3.10"
|
|
}
|
|
}
|