UNPKG

@repka-kit/ts

Version:

Next generation build tools for monorepo: lint, bundle and package your TypeScript projects

77 lines 2.13 kB
{ "name": "@repka-kit/ts", "version": "1.0.8", "type": "module", "description": "Next generation build tools for monorepo: lint, bundle and package your TypeScript projects", "keywords": [ "repka", "monorepo", "lint", "build", "declarations", "TypeScript", "ESM", "ESModules" ], "repository": { "type": "git", "url": "https://github.com/zaripych/repka.git" }, "license": "MIT", "author": { "name": "Rinat Zaripov", "url": "https://github.com/zaripych" }, "bin": { "dts-bundle-generator": "./bin/dts-bundle-generator.cjs", "eslint": "./bin/eslint.mjs", "jest": "./bin/jest.mjs", "lint-staged": "./bin/lint-staged.mjs", "prettier": "./bin/prettier.mjs", "repka": "./bin/repka.mjs", "tsc": "./bin/tsc.mjs", "tsx": "./bin/tsx.mjs" }, "main": "./index.js", "exports": { "./configs/*": "./configs/*", ".": "./index.js" }, "dependencies": { "@jest/globals": "29.7.0", "@jest/transform": "29.7.0", "@rollup/plugin-commonjs": "25.0.7", "@rollup/plugin-json": "6.0.1", "@rollup/plugin-node-resolve": "15.2.3", "@rollup/plugin-replace": "5.0.3", "@rollup/plugin-virtual": "3.0.2", "@rollup/pluginutils": "5.1.0", "@types/jest": "29.5.11", "@types/node": "20.10.5", "@typescript-eslint/eslint-plugin": "6.9.0", "@typescript-eslint/parser": "6.7.4", "builtin-modules": "3.3.0", "dedent": "1.5.1", "esbuild": "0.19.5", "eslint": "8.51.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-import": "2.28.1", "eslint-plugin-jest": "27.6.0", "eslint-plugin-json-files": "3.0.0", "eslint-plugin-simple-import-sort": "10.0.0", "eslint-plugin-unicorn": "48.0.1", "fast-glob": "3.3.1", "jest": "29.7.0", "jest-config": "29.7.0", "js-yaml": "4.1.0", "lint-staged": "15.2.0", "magic-string": "0.30.4", "prettier": "3.1.0", "prompts": "2.4.2", "rollup": "4.0.2", "rollup-plugin-analyzer": "4.0.0", "rollup-plugin-generate-package-json": "3.2.0", "tsx": "4.6.2", "typescript": "5.2.2" } }