colon-names
Version:
Checks if the NPM script commands in the package.json are all colon separated
2 lines (1 loc) • 2.22 kB
JSON
{"name":"colon-names","description":"Checks if the NPM script commands in the package.json are all colon separated","version":"1.0.0","author":"Gleb Bahmutov <gleb.bahmutov@gmail.com>","bugs":"https://github.com/bahmutov/colon-names/issues","config":{"pre-git":{"commit-msg":"simple","pre-commit":["npm prune","npm run deps","npm run check:colons","npm test","git add src/*.js bin/*.js","npm run ban"],"pre-push":["npm run unused:deps","npm run secure","npm run license","npm run ban -- --all","npm run size"],"post-commit":[],"post-merge":[]}},"engines":{"node":">=6"},"bin":{"colon-names":"bin/colon-names.js"},"files":["bin/*.js","src/*.js","!src/*-spec.js"],"homepage":"https://github.com/bahmutov/colon-names#readme","keywords":["cli","colon","npm","package","script","util"],"license":"MIT","main":"src/","private":false,"publishConfig":{"registry":"http://registry.npmjs.org/"},"repository":{"type":"git","url":"https://github.com/bahmutov/colon-names.git"},"scripts":{"ban":"ban","deps":"deps-ok && dependency-check --no-dev .","issues":"git-issues","license":"license-checker --production --onlyunknown --csv","lint":"standard --verbose --fix src/*.js bin/*.js","prelint":"npm run pretty","pretest":"npm run lint","pretty":"prettier-standard 'src/*.js' 'bin/*.js'","secure":"nsp check","size":"t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";","test":"npm run unit","unit":"mocha src/*-spec.js","unused:deps":"dependency-check --unused --no-dev .","semantic:release":"semantic-release pre && npm publish && semantic-release post","demo":"node bin/colon-names.js","check:colons":"node bin/colon-names.js"},"release":{"analyzeCommits":"simple-commit-message","generateNotes":"github-post-release","verifyRelease":{"path":"dont-crack","test-against":[]}},"devDependencies":{"ban-sensitive-files":"1.9.0","dependency-check":"2.9.1","deps-ok":"1.2.1","dont-crack":"1.2.1","git-issues":"1.3.1","github-post-release":"1.13.1","license-checker":"15.0.0","mocha":"4.0.1","nsp":"2.8.1","pre-git":"3.16.0","prettier-standard":"7.0.3","semantic-release":"8.2.0","simple-commit-message":"3.3.2","snap-shot-it":"4.0.1","standard":"10.0.3"},"dependencies":{"check-more-types":"2.24.0","lazy-ass":"1.6.0"}}