UNPKG

nrm-lite

Version:

Fast and lightweight NpmRegistryManager, for the minimalists.

47 lines (46 loc) 1.09 kB
{ "name": "nrm-lite", "version": "0.4.2", "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 .", "benchmark": "node benchmark.mjs" }, "engines": { "node": ">=14" }, "files": [ "*.js", "*.mjs", "!*.test.*" ], "bin": { "nrml": "cli.mjs" }, "devDependencies": { "@types/node": "^22.19.17", "typescript": "^5.9.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" }