Mercurial > ec-userscripts
view package.json @ 88:14eafa2920c8
Update dependencies
author | nanaya <me@nanaya.pro> |
---|---|
date | Sat, 04 Dec 2021 04:06:31 +0900 |
parents | 9c8cde985caf |
children | a35ddabefd9d |
line wrap: on
line source
{ "name": "ec-userscripts", "version": "1.0.0", "license": "MIT", "scripts": { "lint": "standard *.user.js" }, "dependencies": { "standard": "^16.0.4" } }