xref: /plugin/structsection/package.json (revision adc87508697492918d4a7b7ee1db4e7939294965)
1{
2  "name": "structsection",
3  "description": "Show struct wiki fields as actual sections of the page",
4  "repository": "https://github.com/micgro42/dokuwiki-plugin-structsection",
5  "author": "Michael Große <mic.grosse@googlemail.com>",
6  "license": "GPL-2.0",
7  "type": "module",
8  "scripts": {
9    "eslint": "NODE_ENV=production eslint script/main.js"
10  },
11  "devDependencies": {
12    "eslint": "^9.39.1"
13  },
14  "packageManager": "yarn@4.10.3"
15}
16