From a051aace376492a48c10615106dda222a7136300 Mon Sep 17 00:00:00 2001 From: 1024x2 Date: Thu, 1 Nov 2018 21:16:16 +0000 Subject: new fancy webpack stuff --- package.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..bc2d8db --- /dev/null +++ b/package.json @@ -0,0 +1,28 @@ +{ + "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", + "raw-loader": "^0.5.1", + "webpack": "^4.23.1", + "webpack-cli": "^3.1.2" + }, + "dependencies": {} +} -- cgit v1.2.3