mirror of
https://github.com/AdsPower/adspower-browser.git
synced 2026-09-19 03:08:18 +08:00
30 lines
769 B
JSON
30 lines
769 B
JSON
{
|
|
"name": "adspower-browser",
|
|
"version": "1.0.6",
|
|
"private": true,
|
|
"description": "AdsPower Local API — monorepo: core, MCP server, and adspower-browser CLI/skill",
|
|
"scripts": {
|
|
"build": "pnpm --filter adspower-browser --filter local-api-mcp-typescript run build",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"adspower",
|
|
"local-api",
|
|
"mcp",
|
|
"typescript"
|
|
],
|
|
"author": "AdsPower",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/AdsPower/adspower-browser.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/AdsPower/adspower-browser/issues"
|
|
},
|
|
"homepage": "https://github.com/AdsPower/adspower-browser#readme"
|
|
}
|