view package.json @ 132:8ccdc82249a2

[mandarake direct link] the attribute now set after element is added
author nanaya <me@nanaya.net>
date Sun, 07 Jan 2024 19:20:25 +0900
parents 2c4470b73ad9
children
line wrap: on
line source

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