mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 01:39:21 +02:00
25 lines
691 B
JSON
25 lines
691 B
JSON
{
|
|
"name": "side-effect-test",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "rollup -c rollup.config.ts --configPlugin @rollup/plugin-typescript --watch"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
"@rollup/plugin-terser": "^0.4.4",
|
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
"rollup": "^4.35.0",
|
|
"tslib": "^2.8.1"
|
|
},
|
|
"dependencies": {
|
|
"@yume-chan/adb": "workspace:^",
|
|
"@yume-chan/scrcpy": "workspace:^",
|
|
"@yume-chan/struct": "workspace:^"
|
|
}
|
|
}
|