aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json28
1 files changed, 28 insertions, 0 deletions
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": {}
+}