mirror of
https://github.com/JimLiu/baoyu-skills.git
synced 2026-07-13 06:19:46 +08:00
13 lines
168 B
JSON
13 lines
168 B
JSON
{
|
|
"name": "baoyu-chrome-cdp",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"files": [
|
|
"src"
|
|
],
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
}
|
|
}
|