19 lines
450 B
JSON
19 lines
450 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|