@mainqueueio/playground
Version:
MainQueue's playground project for checking deploys, registries, and other things.
76 lines (75 loc) • 2.66 kB
JSON
{
"name": "@mainqueueio/playground",
"version": "0.6.0",
"author": "diegocuehdz",
"description": "MainQueue's playground project for checking deploys, registries, and other things.",
"license": "MIT",
"packageManager": "bun@1.3.2",
"module": "src/index.ts",
"type": "module",
"files": [
"dist"
],
"homepage": "https://github.com/MainQueueIO/",
"repository": {
"type": "git",
"url": "git+https://github.com/MainQueueIO/playground.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"keywords": [
"bun",
"typescript",
"playground",
"npm",
"jsr",
"github-packages",
"registry",
"deno"
],
"scripts": {
"husky:prepare": "is-ci || husky",
"lint": "concurrently --kill-others-on-fail \"bun run lint:tsc\" \"bun run lint:oxlinter\" \"bun run lint:oxlinter:type-aware\" \"bun run lint:eslinter\" \"bun run lint:format\"",
"lint:tsc": "bun tsgo --project ./tsconfig.json",
"lint:tsc-legacy": "bun --bun tsc --noEmit",
"lint:format": "bun --bun prettier -c ./src",
"lint:format:fix": "bun lint:format -- --write",
"lint:eslinter": "eslint ./src --max-warnings 0",
"lint:eslinter:fix": "bun lint:eslinter -- --fix",
"lint:oxlinter": "oxlint ./src --deny-warnings",
"lint:oxlinter:type-aware": "bun lint:oxlinter -- --type-aware",
"lint:oxlinter:fix": "bun lint:oxlinter -- --fix --fix-suggestions",
"test": "echo 'test is supported by bun, please run $bun test'",
"test:watch": "echo 'test & watch for changes is supported by bun, please run $bun test --watch'",
"test:coverage": "echo 'test with coverage is supported by bun, please run $bun test --coverage'",
"release:ci": "release-it --ci --verbose",
"release:ci:version": "release-it --ci --config .release-it-version.json --release-version --verbose",
"release:local": "release-it --verbose",
"release:ci:canary": "release-it --ci --config .release-it-canary.json --preRelease=next --release-version --verbose"
},
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@mainqueueio/eslint-config": "0.1.6-next.26",
"@release-it/conventional-changelog": "^10.0.0",
"@types/bun": "1.3.2",
"@typescript/native-preview": "7.0.0-dev.20251118.1",
"husky": "^9.1.7",
"is-ci": "^4.1.0",
"release-it": "^18.1.2"
},
"peerDependencies": {
"typescript": "^5"
},
"overrides": {
"conventional-changelog-conventionalcommits": "8.0.0"
},
"engines": {
"node": ">=22"
},
"trustedDependencies": [
"unrs-resolver"
]
}