magisk
Version:
Node.js Magisk
36 lines (35 loc) • 752 B
JSON
{
"name": "magisk",
"version": "1.0.0",
"description": "Node.js Magisk",
"type": "module",
"main": "index.js",
"scripts": {
"build": "rm -rf ./dist/ && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Googlers-Repo/magisk.git"
},
"keywords": [
"magisk",
"node",
"shell",
"root",
"android"
],
"author": "Der_Googler",
"license": "MIT",
"bugs": {
"url": "https://github.com/Googlers-Repo/magisk/issues"
},
"homepage": "https://github.com/Googlers-Repo/magisk#readme",
"dependencies": {
"shelljs": "^0.8.5"
},
"devDependencies": {
"@types/shelljs": "^0.8.11",
"typescript": "^4.8.4"
}
}