Socialify

Folder ..

Viewing package.json
38 lines (38 loc) • 777.0 B

 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
31
32
33
34
35
36
37
38
{
  "name": "styx",
  "version": "0.2.0",
  "description": "File Manager",
  "main": "main.ts",
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "lint": "eslint -c .eslintrc --ext .ts ./src",
    "start": "npm run build && electron ./ts_compiled/app.js"
  },
  "keywords": [
    "File",
    "manager",
    "explorer",
    "styx",
    "finder",
    "dolphin",
    "files",
    "commander",
    "mc",
    "nautilus",
    "pantheon"
  ],
  "author": "BackSlash Linux",
  "license": "MIT",
  "dependencies": {
    "glob": "^7.1.6"
  },
  "devDependencies": {
    "@types/glob": "^7.1.3",
    "@typescript-eslint/eslint-plugin": "^4.11.0",
    "@typescript-eslint/parser": "^4.11.0",
    "electron": "^11.1.1",
    "eslint": "^7.16.0",
    "typescript": "^4.1.3"
  }
}