UNPKG

nrm-lite

Version:

Fast and lightweight NpmRegistryManager, for the minimalists.

46 lines (45 loc) 1.04 kB
{ "name": "nrm-lite", "version": "0.3.1", "type": "module", "description": "Fast and lightweight NpmRegistryManager, for the minimalists.", "main": "index.mjs", "sideEffects": false, "scripts": { "test": "node --test", "watch": "tsc --watch", "format": "prettier --write ." }, "engines": { "node": ">16" }, "files": [ "*.js", "*.mjs", "!*.test.*" ], "bin": { "nrml": "cli.mjs" }, "devDependencies": { "@types/node": "^22.10.10", "typescript": "^5.7.3" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "keywords": [ "nrm", "registry" ], "author": "YieldRay", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/YieldRay/nrm-lite.git" }, "bugs": { "url": "https://github.com/YieldRay/nrm-lite/issues" }, "homepage": "https://github.com/YieldRay/nrm-lite#readme" }