@builder.io/eslint-plugin-mitosis
Version:
A Mitosis plugin containing rules that help you write valid and idiomatic Mitosis code
49 lines (48 loc) • 1.24 kB
JSON
{
"name": "@builder.io/eslint-plugin-mitosis",
"version": "0.0.17",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
"keywords": [
"builder",
"builder.io",
"eslint",
"eslintplugin",
"jsx",
"mitosis"
],
"repository": {
"type": "git",
"url": "https://github.com/BuilderIO/mitosis"
},
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"coverage": "vitest run --coverage",
"build": "tsc",
"build:declaration": "tsc --project tsconfig.build.json",
"start": "tsc -w",
"remove-stableVersion": "./scripts/remove-stableVersion.sh",
"release:dev": "yarn build && yarn run remove-stableVersion && yarn version prerelease && yarn npm publish --tag dev",
"release:patch": "yarn build && yarn run remove-stableVersion && yarn version patch && yarn npm publish"
},
"files": [
"dist"
],
"peerDependencies": {
"eslint": ">=0.8.0"
},
"devDependencies": {
"@types/eslint": "^7.2.4",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^7.13.0",
"typescript": "^5.3.2",
"vite": "^3.2.2",
"vitest": "^0.34.6"
},
"dependencies": {
"@babel/types": "7.12.6",
"ts-pattern": "^3.3.5"
}
}