view package.json @ 85:9c8cde985caf

Update standard and fix
author nanaya <me@nanaya.pro>
date Thu, 15 Apr 2021 15:01:22 +0900
parents 20c42dd14d17
children 14eafa2920c8
line wrap: on
line source

{
  "name": "ec-userscripts",
  "version": "1.0.0",
  "license": "MIT",
  "scripts": {
    "lint": "standard *.user.js"
  },
  "dependencies": {
    "standard": "^16.0.3"
  }
}