Files
jav-play/package.json
2025-05-27 21:47:23 +12:00

23 lines
515 B
JSON

{
"name": "jav-play",
"description": "manifest.json description",
"private": true,
"version": "0.2.0",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare"
},
"devDependencies": {
"@types/chrome": "^0.0.323",
"typescript": "^5.8.3",
"wxt": "^0.20.6"
}
}