view package.json @ 104:93e21738b588

Run fix on whole body on start There's no guarantee the script loads before document.
author nanaya <me@nanaya.net>
date Sun, 25 Dec 2022 11:52:30 +0900
parents a35ddabefd9d
children 2c4470b73ad9
line wrap: on
line source

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