SkillAgentSearch skills...

Npe

Node Package Editor: a CLI for one-off inspection and editing of properties in package.json files.

Install / Use

/learn @zeke/Npe
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

npe Build Status

Node Package Editor: a CLI for one-off inspection and editing of properties in package.json files.

See also dot-json, a CLI for editing any JSON file.

Installation

npm install npe --global

Usage

cd some/node/project

# Get stuff from package.json
npe name
npe scripts
npe scripts.test
npe repository.url
open $(npe repository.url)

# Set stuff in package.json
npe name foo
npe scripts.start "node index.js"

# Keywords string will be turned into an array
# If commas are present, they'll be the delimiter. Otherwise spaces.
npe keywords "foo, bar, cheese whiz"
npe keywords "foo bar baz"

# The current working directory's package.json is used by default,
# but you can point to another package file with a flag:
npe name --package=some/other/package.json
npe name other --package=some/other/package.json

License

MIT

View on GitHub
GitHub Stars92
CategoryProduct
Updated7mo ago
Forks11

Languages

JavaScript

Security Score

72/100

Audited on Aug 17, 2025

No findings