-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.29 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"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": "^20.0.0 || >=22.0.0"
},
"files": [
"dist",
"LICENCE",
"README.md"
],
"scripts": {
"build": "tsdown",
"dev": "npm run build -- --watch",
"lint": "biome check",
"prepack": "npm run build",
"test": "cd tests && vite build"
},
"keywords": [
"vite-plugin",
"avs",
"webvs",
"winamp"
],
"dependencies": {
"@visbot/webvsc": "3.0.0-alpha.4"
},
"devDependencies": {
"@biomejs/biome": "^2.2.4",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@idleberg/configs": "^0.2.0",
"@total-typescript/tsconfig": "^1.0.4",
"@types/node": "^22.15.3",
"concurrently": "^9.2.1",
"lefthook": "^1.13.0",
"tsdown": "^0.15.1",
"typescript": "^5.9.2",
"vite": "^7.1.5"
},
"peerDependencies": {
"vite": "^5.0.0 || ^5.0.0 || >=7.0.0"
},
"packageManager": "pnpm@10.16.1+sha512.0e155aa2629db8672b49e8475da6226aa4bdea85fdcdfdc15350874946d4f3c91faaf64cbdc4a5d1ab8002f473d5c3fcedcd197989cf0390f9badd3c04678706"
}