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": "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": {}
}
|