UNPKG

npm

Version:

a package manager for JavaScript

37 lines (36 loc) 891 B
{ "name": "proc-log", "version": "2.0.0", "files": [ "bin", "lib" ], "main": "lib/index.js", "description": "just emit 'log' events on the process object", "repository": "https://github.com/npm/proc-log", "author": "GitHub Inc.", "license": "ISC", "scripts": { "test": "tap", "snap": "tap", "posttest": "npm run lint", "postsnap": "eslint index.js test/*.js --fix", "preversion": "npm test", "postversion": "npm publish", "prepublishOnly": "git push origin --follow-tags", "lint": "eslint '**/*.js'", "postlint": "npm-template-check", "template-copy": "npm-template-copy --force", "lintfix": "npm run lint -- --fix" }, "devDependencies": { "@npmcli/template-oss": "^2.7.1", "tap": "^15.1.6" }, "engines": { "node": "^12.13.0 || ^14.15.0 || >=16" }, "templateOSS": { "version": "2.7.1" } }