{ "name": "pkg93", "version": "2.0.0", "description": "A package manager for Windows93!", "main": "pkg93.js", "scripts": { "test": "eslint .", "build": "webpack", "build-install": "webpack --config webpack.install.config.js" }, "repository": { "type": "git", "url": "git+https://github.com/pkg93/pkg93.git" }, "author": "1024x2", "license": "MIT", "bugs": { "url": "https://github.com/pkg93/pkg93/issues" }, "homepage": "https://github.com/pkg93/pkg93#readme", "devDependencies": { "eslint": "^5.6.1", "webpack": "^4.23.1", "webpack-cli": "^3.1.2" }, "dependencies": { "raw-loader": "^0.5.1" } }