UNPKG

eslint-plugin-remix

Version:
52 lines 1.23 kB
{ "name": "eslint-plugin-remix", "version": "1.1.1", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "packageManager": "yarn@3.1.1", "license": "MIT", "keywords": [ "eslint", "eslintplugin", "remix", "remixrun", "remixjs" ], "repository": { "type": "git", "url": "https://github.com/alii/eslint-plugin-remix" }, "files": [ "dist/**", "./README.md", "LICENSE", "package.json" ], "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts", "test": "yarn jest", "fullbuild": "yarn build && yarn test", "release": "yarn fullbuild && yarn npm publish" }, "devDependencies": { "@sucrase/jest-plugin": "^2.2.0", "@types/common-tags": "^1.8.1", "@types/eslint": "^8.4.9", "@types/estree": "^1.0.0", "@types/jest": "^29.2.1", "@types/node": "^18.11.9", "common-tags": "^1.8.2", "eslint": "^8.26.0", "jest": "^29.2.2", "prettier": "^2.7.1", "ts-node": "^10.9.1", "tsup": "^6.4.0", "typescript": "^4.8.4" }, "dependencies": { "@typescript-eslint/parser": "^5.42.0", "@typescript-eslint/utils": "^5.42.0", "builtin-modules": "^3.3.0" } }