aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: a6d673a93415b343e084d97483e79dff6a315ba3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "name": "pkg93",
  "version": "2.0.0",
  "description": "A package manager for Windows93!",
  "main": "pkg93.js",
  "scripts": {
    "test": "node_modules/.bin/eslint .",
    "build": "node_modules/.bin/webpack",
    "build-install": "node_modules/.bin/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": {}
}