chore: bootstrap mv3 extension project
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "market-plugin-impl",
|
||||
"version": "0.0.0",
|
||||
"description": "Bootstrap for the Xingtu market Chrome MV3 extension.",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "node scripts/build.mjs",
|
||||
"test": "vitest run --passWithNoTests",
|
||||
"test:watch": "vitest --passWithNoTests"
|
||||
},
|
||||
"license": "UNLICENSED",
|
||||
"devDependencies": {
|
||||
"jsdom": "^29.0.2",
|
||||
"tsup": "^8.5.1",
|
||||
"typescript": "^6.0.3",
|
||||
"vitest": "^4.1.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user