-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
36 lines (35 loc) · 984 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
{
"name": "awesome-android-root",
"version": "1.1.0",
"description": "A curated list of best Android root applications and best magisk modules. Features over 120 apps across categories like system mods, privacy, customization, and development tools.",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/fynks/awesome-android-root"
},
"bugs": {
"url": "https://github.com/fynks/awesome-android-root/issues"
},
"scripts": {
"docs:dev": "chmod +x ./build-docs.sh && ./build-docs.sh && vitepress dev docs",
"docs:build": "chmod +x ./build-docs.sh && ./build-docs.sh && vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"devDependencies": {
"vitepress": "^1.5.0"
},
"keywords": [
"android",
"root",
"magisk",
"rooting",
"android-apps",
"awesome-list",
"lsposed",
"xposed",
"kernelsu",
"android-tools"
],
"author": "Fynks",
"license": "Unlicense"
}