mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-02 17:29:17 +02:00
12 lines
325 B
JSON
12 lines
325 B
JSON
{
|
|
"name": "@tango-adb/monorepo",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "pnpm recursive run build",
|
|
"test": "pnpm recursive run test",
|
|
"lint": "pnpm recursive --no-sort --workspace-concurrency=Infinity run lint"
|
|
},
|
|
"devDependencies": {
|
|
"@changesets/cli": "^2.29.6"
|
|
}
|
|
}
|