tweaks/package.json

27 lines
622 B
JSON
Raw Normal View History

2024-07-27 21:28:33 +00:00
{
"name": "tweaks",
2024-07-27 21:45:04 +00:00
"version": "0.1.0",
2024-07-27 21:28:33 +00:00
"module": "index.ts",
"type": "module",
"scripts": {
2024-07-27 21:45:04 +00:00
"dev": "vite",
"build": "vite build && npm-build-zip --source=dist --destination=."
2024-07-27 21:28:33 +00:00
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@types/bun": "latest",
"@types/lodash.isequal": "^4.5.8",
"@types/webextension-polyfill": "^0.10.7",
2024-07-27 21:45:04 +00:00
"npm-build-zip": "^1.0.4",
2024-07-27 21:28:33 +00:00
"vite-plugin-web-extension": "^4.1.6"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"lodash.isequal": "^4.5.0",
"vite": "^5.3.5",
"webextension-polyfill": "^0.12.0"
}
2024-07-27 21:45:04 +00:00
}