package.json-validator
package.json-validator copied to clipboard
🚀 Feature: Scripts value string required
This should not validate:
{
"name": "hi",
"version": "0.0.0",
"scripts": {
"hello:world": {}
}
}
PR welcome 🙌