文件内容
package.json
{
"name": "fttr-copilot-openclaw-skill",
"version": "0.1.6",
"private": true,
"type": "module",
"bin": {
"fttr-copilot": "./src/cli.js"
},
"scripts": {
"test": "node --test",
"check": "node src/cli.js --help"
},
"engines": {
"node": ">=18"
}
}