{ "name": "sci-types-project", "version: "7.0.0", "description": "JavaScript parts of the UI of sci-types-project", "main": "index.js", "scripts": { "build": "npm-run-all build:*", "build:js": "webpack" }, "author": "Jens Pelzetter", "license": "LGPL-3.0-or-later", "devDependencies": { "@types/jquery": "^3.5.6", "@types/sortablejs": "^1.10.7", "npm-run-all": "^4.1.5", "sass": "^1.42.1", "ts-loader": "^9.2.6", "typescript": "^4.4.3", "webpack": "^5.55.1", "webpack-cli": "^4.8.0" }, "dependencies": { "@librecms/ccm-cms": "7.0.0" }, "targets": { "main": false } }