2024-02-22 20:42:15 +08:00
|
|
|
{
|
|
|
|
"name": "kernelsu",
|
2024-09-14 21:52:11 +08:00
|
|
|
"version": "1.0.7",
|
2024-02-22 20:42:15 +08:00
|
|
|
"description": "Library for KernelSU's module WebUI",
|
|
|
|
"main": "index.js",
|
2024-03-04 23:05:38 +08:00
|
|
|
"types": "index.d.ts",
|
2024-02-22 20:42:15 +08:00
|
|
|
"scripts": {
|
|
|
|
"test": "npm run test"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/tiann/KernelSU.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"su",
|
|
|
|
"kernelsu",
|
|
|
|
"module",
|
|
|
|
"webui"
|
|
|
|
],
|
|
|
|
"author": "weishu",
|
2024-02-23 21:30:02 +08:00
|
|
|
"license": "Apache-2.0",
|
2024-02-22 20:42:15 +08:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/tiann/KernelSU/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/tiann/KernelSU#readme"
|
|
|
|
}
|