mirror of
https://github.com/tiann/KernelSU.git
synced 2025-02-20 11:43:32 +08:00
The package can not be imported into TS project without this option. [docs](https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html#including-declarations-in-your-npm-package)
27 lines
545 B
JSON
27 lines
545 B
JSON
{
|
|
"name": "kernelsu",
|
|
"version": "1.0.6",
|
|
"description": "Library for KernelSU's module WebUI",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"test": "npm run test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tiann/KernelSU.git"
|
|
},
|
|
"keywords": [
|
|
"su",
|
|
"kernelsu",
|
|
"module",
|
|
"webui"
|
|
],
|
|
"author": "weishu",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/tiann/KernelSU/issues"
|
|
},
|
|
"homepage": "https://github.com/tiann/KernelSU#readme"
|
|
}
|