UNPKG

@so1ve/eslint-plugin

Version:
44 lines 971 B
{ "name": "@so1ve/eslint-plugin", "version": "3.1.0", "author": "Ray <i@mk1.io> (https://github.com/so1ve/)", "type": "module", "keywords": [ "eslint", "eslint-config", "eslint-plugin" ], "homepage": "https://github.com/so1ve/codestyle-config#readme", "repository": { "type": "git", "url": "git+https://github.com/so1ve/codestyle-config.git" }, "bugs": { "url": "https://github.com/so1ve/codestyle-config/issues" }, "license": "MIT", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./package.json": "./package.json" }, "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "publishConfig": { "access": "public" }, "dependencies": { "@typescript-eslint/types": "^7.12.0", "@typescript-eslint/utils": "^7.12.0" }, "scripts": { "build": "tsup", "test": "vitest", "watch": "tsup --watch" } }