UNPKG

eslint-import-resolver-typescript-bun

Version:

[![GitHub Actions](https://github.com/opsbr/eslint-import-resolver-typescript-bun/workflows/release/badge.svg)](https://github.com/import-js/eslint-import-resolver-typescript/actions/workflows/ci.yml) [![npm](https://img.shields.io/npm/v/eslint-import-res

120 lines (119 loc) 3.23 kB
{ "name": "eslint-import-resolver-typescript-bun", "repository": { "type": "git", "url": "https://github.com/opsbr/eslint-import-resolver-typescript-bun" }, "scripts": { "build": "npx projen build", "bump": "npx projen bump", "clobber": "npx projen clobber", "compile": "npx projen compile", "default": "npx projen default", "eject": "npx projen eject", "eslint": "npx projen eslint", "package": "npx projen package", "post-compile": "npx projen post-compile", "post-upgrade": "npx projen post-upgrade", "pre-compile": "npx projen pre-compile", "release": "npx projen release", "test": "npx projen test", "test:watch": "npx projen test:watch", "unbump": "npx projen unbump", "upgrade": "npx projen upgrade", "watch": "npx projen watch", "projen": "npx projen" }, "author": { "name": "OpsBR Software Technology Inc.", "url": "https://opsbr.com", "organization": true }, "devDependencies": { "@opsbr/projen-typescript": "^0.0.74", "@types/debug": "^4.1.12", "@types/jest": "^29.5.12", "@types/node": "^18", "@typescript-eslint/eslint-plugin": "^7", "@typescript-eslint/parser": "^7", "bun-types": "^0.8.1", "constructs": "^10.0.0", "eslint": "^8", "eslint-config-prettier": "^8.10.0", "eslint-import-resolver-typescript": "^3.6.3", "eslint-plugin-import": "^2.29.1", "eslint-plugin-prettier": "^4.2.1", "jest": "^29.7.0", "jest-junit": "^15", "prettier": "^2.8.8", "projen": "^0.85.2", "standard-version": "^9", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typescript": "^5.5.4" }, "peerDependencies": { "bun-types": "^0.8.1" }, "dependencies": { "debug": "^4.3.6", "eslint-import-resolver-typescript": "^3.6.3" }, "main": "lib/index.js", "license": "Apache-2.0", "homepage": "https://github.com/opsbr/eslint-import-resolver-typescript-bun", "publishConfig": { "access": "public" }, "version": "0.0.104", "bugs": { "url": "https://github.com/opsbr/eslint-import-resolver-typescript-bun/issues" }, "jest": { "coverageProvider": "v8", "testMatch": [ "<rootDir>/@(src|test)/**/*(*.)@(spec|test).ts?(x)", "<rootDir>/@(src|test)/**/__tests__/**/*.ts?(x)", "<rootDir>/@(projenrc)/**/*(*.)@(spec|test).ts?(x)", "<rootDir>/@(projenrc)/**/__tests__/**/*.ts?(x)" ], "clearMocks": true, "collectCoverage": true, "coverageReporters": [ "json", "lcov", "clover", "cobertura", "text" ], "coverageDirectory": "coverage", "coveragePathIgnorePatterns": [ "/node_modules/" ], "testPathIgnorePatterns": [ "/node_modules/" ], "watchPathIgnorePatterns": [ "/node_modules/" ], "reporters": [ "default", [ "jest-junit", { "outputDirectory": "test-reports" } ] ], "transform": { "^.+\\.[t]sx?$": [ "ts-jest", { "tsconfig": "tsconfig.dev.json" } ] } }, "types": "lib/index.d.ts", "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"." }