@visbot/vite-plugin-avs
Version:
A Vite plugin for your AVS presets
52 lines • 1.26 kB
JSON
{
"name": "@visbot/vite-plugin-avs",
"version": "2.0.0",
"description": "A Vite plugin for your AVS presets",
"license": "MIT",
"author": "idleberg",
"repository": {
"type": "git",
"url": "https://github.com/visbot/vite-plugin-avs"
},
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"engines": {
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
},
"files": [
"dist",
"LICENCE",
"README.md"
],
"keywords": [
"vite-plugin",
"avs",
"webvs",
"winamp"
],
"dependencies": {
"@visbot/webvsc": "3.0.0-alpha.4"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@total-typescript/tsconfig": "^1.0.4",
"@types/node": "^22.15.3",
"concurrently": "^9.1.2",
"lefthook": "^1.11.12",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vite": "^6.3.5"
},
"peerDependencies": {
"vite": "^5.0.0 || >=6.0.0"
},
"scripts": {
"build": "tsup",
"dev": "npm run build -- --watch",
"lint": "biome check --config-path=biome.jsonc --no-errors-on-unmatched --vcs-enabled=true --vcs-use-ignore-file=true",
"test": "cd tests && vite build"
}
}