@pbr1111/vite-plugin-biome
Version:
Vite plugin to run biome.js
38 lines (37 loc) • 859 B
JSON
{
"name": "@pbr1111/vite-plugin-biome",
"version": "1.1.3",
"description": "Vite plugin to run biome.js",
"private": false,
"author": "pbr1111 <pbr1111@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pbr1111/vite-plugin-biome.git"
},
"homepage": "https://github.com/pbr1111/vite-plugin-biome#readme",
"keywords": ["vite", "vite plugin", "plugin", "biome", "biomejs"],
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": ["dist"],
"scripts": {
"build": "tsup"
},
"devDependencies": {
"@types/node": "^20.12.7",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
"peerDependencies": {
"@biomejs/biome": ">=1",
"vite": ">=4"
}
}