Skip to content
Snippets Groups Projects
package.json 6.08 KiB
Newer Older
    "name": "@studip/core",
    "version": "5.4.0",
    "description": "Stud.IP",
    "private": true,
    "scripts": {
        "webpack-dev": "webpack --config webpack.dev.js --mode development",
        "webpack-prod": "webpack --config webpack.prod.js --mode production",
        "webpack-watch": "webpack --config webpack.dev.js --mode development --watch",
        "test": "jest tests/jest/"
    },
    "author": "",
    "license": "GPL-2.0",
    "repository": {
        "type": "svn",
        "url": "https://develop.studip.de/svn/studip"
    },
    "engines": {
    },
    "devDependencies": {
    "prettier": {
        "printWidth": 120,
        "singleQuote": true,
        "tabWidth": 4
    },
    "eslint-junit": {
        "output": "./.reports/eslint-report.xml"
    }