Files
SukiSU-Ultra/js/package.json
2024-02-22 20:42:15 +08:00

26 lines
526 B
JSON

{
"name": "kernelsu",
"version": "1.0.0",
"description": "Library for KernelSU's module WebUI",
"main": "index.js",
"scripts": {
"test": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tiann/KernelSU.git"
},
"keywords": [
"su",
"kernelsu",
"module",
"webui"
],
"author": "weishu",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/tiann/KernelSU/issues"
},
"homepage": "https://github.com/tiann/KernelSU#readme"
}