aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: f8b485cebf9754be4af4e06c3fc5e0c8b7bb49ca (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
29
30
{
  "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",
    "build-both": "npm run build && npm run build-install"
  },
  "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"
  }
}