{ "name": "melt.ag", "version": "0.1.0", "description": "", "private": true, "directories": { "test": "tests" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack" }, "repository": { "type": "git", "url": "git@git.kiwifarms.net:KiwiFarms/ruforo.git" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@swc/cli": "^0.1", "@swc/core": "^1.2", "css-loader": "^6.7.1", "mini-css-extract-plugin": "^2.6", "sass": "^1.52", "sass-loader": "^13.0", "webpack": "^5.72", "webpack-cli": "^4.10" }, "dependencies": { "filepond": "^4.30.3", "hash-wasm": "^4.9.0", "micromodal": "^0.4.10" } }