view package.json @ 74:78598a92e6fc

Add tweetdeck column fixer
author nanaya <me@nanaya.pro>
date Tue, 07 Jul 2020 01:56:37 +0900
parents 20c42dd14d17
children 9c8cde985caf
line wrap: on
line source

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