forked from TaiStudio/Lyna
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 838 Bytes
/
package.json
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": "@taistudio/lyna",
"version": "1.0.0",
"description": "provide your social links",
"main": "app/main.js",
"scripts": {
"build": "node ./builder.js",
"gui": "electron .",
"release": "script/release.sh",
"setup": "node ./setup.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TaiStudio/Lyna.git"
},
"keywords": [
"Tai",
"Studio",
"provide",
"social"
],
"author": "Tai Studio",
"license": "MIT",
"bugs": {
"url": "https://github.com/TaiStudio/Lyna/issues"
},
"homepage": "https://github.com/TaiStudio/Lyna#readme",
"dependencies": {
"cheerio": "*",
"electron": "^14.0.0",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"jquery": "^3.6.0",
"nconf": "^0.11.3",
"path": "^0.12.7",
"rimraf": "^3.0.2"
}
}