KernelSU/js/package.json

27 lines
545 B
JSON
Raw Normal View History

2024-02-22 20:42:15 +08:00
{
"name": "kernelsu",
"version": "1.0.7",
2024-02-22 20:42:15 +08:00
"description": "Library for KernelSU's module WebUI",
"main": "index.js",
"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"
}