23 lines
586 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",
"mock:protected-api": "node scripts/mock-protected-api.mjs",
"test": "vitest run --passWithNoTests",
"test:watch": "vitest --passWithNoTests"
},
"dependencies": {
"@logto/chrome-extension": "^0.1.27"
},
"license": "UNLICENSED",
"devDependencies": {
"jsdom": "^29.0.2",
"tsup": "^8.5.1",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
}
}