mirror of
https://github.com/sinanyuntu/trade-message-center.git
synced 2026-09-17 13:22:11 +08:00
18 lines
509 B
JSON
18 lines
509 B
JSON
{
|
|
"name": "@trade-message-center/chrome-extension",
|
|
"version": "0.5.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite build --watch --mode development",
|
|
"build": "tsc -p tsconfig.json && vite build",
|
|
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
"test": "node --experimental-strip-types --test test/*.test.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.2",
|
|
"typescript": "^5.7.3",
|
|
"vite": "^6.0.7"
|
|
}
|
|
}
|