You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

agent.pw

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agent.pw - npm Package Compare versions

Comparing version
0.0.1
to
0.1.0
dist/index.js

Sorry, the diff of this file is too big to display

+31
-3
{
"name": "agent.pw",
"version": "0.0.1",
"description": "agent.pw",
"main": "index.js"
"version": "0.1.0",
"description": "CLI for agent.pw — the password manager for AI agents",
"type": "module",
"license": "FSL-1.1-MIT",
"bin": {
"agent.pw": "./dist/index.js"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/smithery-ai/agent.pw",
"directory": "packages/cli"
},
"engines": {
"node": ">=20"
},
"scripts": {
"build": "tsc -p tsconfig.json --noEmit",
"compile": "bun build src/index.ts --outdir dist --target node --format esm --banner '#!/usr/bin/env node'",
"compile:bin": "bun build --compile src/index.ts --outfile dist/agent.pw",
"prepublishOnly": "bun run compile"
},
"devDependencies": {
"@agent.pw/sdk": "https://pkg.stainless.com/s/agent.pw-typescript/81f700c2e1cb502311f343261ee671a08d19677d/dist.tar.gz",
"@smithery/biscuit": "^1.0.0",
"@types/node": "^25.3.3",
"commander": "^14.0.3",
"typescript": "^5.9.3"
}
}
-1