{ "name": "structsection", "description": "Show struct wiki fields as actaul sections of the page", "repository": "https://github.com/micgro42/dokuwiki-plugin-structsection", "author": "Michael Große ", "license": "GPL-2.0", "scripts": { "dev": "webpack -d", "watch": "webpack -dw", "test": "qunit -c _jstest/testmodule.js -t _jstest/test.js", "build": "webpack -p", "eslint": "NODE_ENV=production eslint script/main.js" }, "devDependencies": { "@babel/core": "^7.8.3", "babel-core": "^6.26.3", "babel-loader": "^8.0.6", "babel-preset-env": "^1.7.0", "eslint": "^6.8.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-loader": "^3.0.3", "eslint-plugin-import": "^2.20.0", "qunit": "^2.9.3", "webpack": "^4.41.5", "webpack-cli": "^3.3.10" } }