mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 01:39:21 +02:00
12 lines
237 B
JSON
12 lines
237 B
JSON
{
|
|
"name": "@yume-chan/test-runner",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"bin": {
|
|
"run-test": "wrapper.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.3.1",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|