JoshuaKGoldberg / package.json-validator

Tools to validate package.json files
MIT License
107 stars 26 forks source link

🚀 Feature: Scripts value string required #63

Open reggi opened 6 years ago

reggi commented 6 years ago

This should not validate:

{
  "name": "hi",
  "version": "0.0.0",
  "scripts": {
    "hello:world": {}
  }
}
LinusU commented 6 years ago

PR welcome 🙌