UNPKG

@kendallgassner/eslint-plugin-package-json

Version:

Rules for valid, consistent, and readable package.json files

14 lines (13 loc) 267 B
{ "name": "invalid-top-level-property-order", "scripts": { "test": "tape" }, "version": "1.0.0", "description": "npm made me this way", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/fake/github.git" } }