2026-04-21 17:10:06 +08:00

19 lines
455 B
JSON

{
"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"
}
}