UNPKG

@resolid/config

Version:

Oxlint and Typescript config

76 lines 1.67 kB
{ "name": "@resolid/config", "version": "5.3.27", "description": "Oxlint and Typescript config", "keywords": [ "oxfmt", "oxlint", "resolid", "typescript" ], "homepage": "https://www.resolid.tech", "license": "MIT", "author": "Huijie Wei", "repository": { "type": "git", "url": "git+https://github.com/resolid/config.git" }, "files": [ "oxfmt", "oxlint", "tsconfig" ], "type": "module", "sideEffects": false, "exports": { "./oxfmt": { "types": "./oxfmt/index.d.ts", "import": "./oxfmt/index.js" }, "./oxlint/*": { "types": "./oxlint/*.d.ts", "import": "./oxlint/*.js" }, "./tsconfig/*.json": "./tsconfig/*.json" }, "publishConfig": { "access": "public", "provenance": true }, "devDependencies": { "@changesets/changelog-github": "^0.7.0", "@changesets/cli": "^2.31.0", "@commitlint/cli": "^21.2.0", "@commitlint/config-conventional": "^21.2.0", "lefthook": "^2.1.9", "oxfmt": "^0.57.0", "oxlint": "^1.72.0", "typescript": "^6.0.3" }, "peerDependencies": { "eslint-plugin-react-you-might-not-need-an-effect": "^1.0.1", "oxfmt": "^0.57.0", "oxlint": "^1.72.0", "oxlint-tsgolint": "^0.24.0", "typescript": "^6.0.3" }, "peerDependenciesMeta": { "typescript": { "optional": true }, "oxlint-tsgolint": { "optional": true }, "eslint-plugin-react-you-might-not-need-an-effect": { "optional": true } }, "engines": { "node": "^22.13.0 || >=24" }, "scripts": { "format": "oxfmt", "lint": "oxlint", "changeset": "changeset" } }