summaryrefslogtreecommitdiff
path: root/tools/package.json
blob: 5920f17b97c06a7cf3269ef966ca24066fe2cff8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "gjs-development-scripts",
  "version": "0.0.0",
  "repository": "https://gitlab.gnome.org/GNOME/gjs",
  "license": "MIT OR LGPL-2.0-or-later",
  "private": true,
  "scripts": {
    "lint": "cd .. && eslint . --format unix --resolve-plugins-relative-to tools",
    "fix": "yarn lint --fix"
  },
  "devDependencies": {
    "eslint": "^7.12.1",
    "eslint-plugin-jsdoc": "^30.7.3"
  }
}