UNPKG

1.11 kBJSONView Raw
1{
2 "name": "konrad",
3 "description": "builds my stuff",
4 "version": "0.194.0",
5 "main": "js/index.js",
6 "bin": {
7 "konrad": "./bin/konrad"
8 },
9 "scripts": {
10 "build": "bash ./bin/compile.sh",
11 "win": "bash ./bin/buildwin.sh",
12 "mac": "bash ./bin/buildmac.sh"
13 },
14 "build": {
15 "asar": false,
16 "mac": {
17 "icon": "img/app.icns"
18 }
19 },
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/monsterkodi/konrad.git"
23 },
24 "keywords": [
25 "build",
26 "tool"
27 ],
28 "author": "monsterkodi",
29 "license": "Unlicense",
30 "bugs": {
31 "url": "https://github.com/monsterkodi/konrad/issues"
32 },
33 "homepage": "https://github.com/monsterkodi/konrad",
34 "dependencies": {
35 "colorcat": "^2.13.0",
36 "koffee": "^1.20.0",
37 "kxk": "^0.423.0",
38 "mkpath": "^1.0.0",
39 "npm-check-updates": "^12.0.2",
40 "pug": "^3.0.2",
41 "sds": "^4.4.0",
42 "semver": "^7.3.5",
43 "simple-git": "^2.47.0",
44 "stylus": "^0.55.0",
45 "tree-kill": "^1.2.2"
46 },
47 "devDependencies": {
48 "electron": "^15.3.1",
49 "electron-builder": "^22.13.1",
50 "node-abi": "^3.3.0"
51 }
52}
\No newline at end of file