{ "name": "market-plugin-impl", "version": "0.2.0421.2", "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" } }