initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user