{ "name": "test_webview", "version": "1.0.0", "description": "", "private": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dist": "webpack", "postinstall": "npm run dist" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@types/node": "^14.0.14", "copy-webpack-plugin": "^6.1.0", "ts-loader": "^7.0.5", "typescript": "^3.9.3", "webpack": "^4.43.0", "webpack-cli": "^3.3.11" }, "dependencies": { "uslug": "git+https://github.com/laurent22/uslug.git#emoji-support" } }