2026-03-11 23:36:59 +00:00
|
|
|
{
|
|
|
|
|
"name": "1688-product-master",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"run": "bun run scripts/run.ts",
|
|
|
|
|
"build": "bun build scripts/run.ts --outfile dist/run.js --target bun",
|
|
|
|
|
"package": "bun run build && cd .. && zip -r 1688-product-master.skill 1688-product-master/SKILL.md 1688-product-master/dist/run.js && echo 'Created: 1688-product-master.skill'"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-03-19 22:49:06 +00:00
|
|
|
"@clawd/auth-runtime": "git+http://192.168.0.108:3030/agent-skills/auth-runtime.git#v1.1.0"
|
2026-03-11 23:36:59 +00:00
|
|
|
}
|
|
|
|
|
}
|