Files
goon_plugin/package.json
T
2026-05-30 18:51:10 +00:00

24 lines
498 B
JSON

{
"name": "goon-plugin",
"version": "0.1.0",
"private": true,
"description": "Chrome extension scaffold",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest run",
"test:watch": "vitest",
"check": "tsc --noEmit"
},
"devDependencies": {
"chrome-types": "^0.1.336",
"eslint": "^9.0.0",
"vite": "^6.0.0",
"vitest": "^3.0.0",
"typescript": "^5.7.0"
}
}