{
"name": "delete",
"version": "1.0.0",
"description": "",
"main": "delete_systemapi_plugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"testAll": "mocha --config test/mocha/.mocharc.jsonc",
"testmocha": "mocha --config test/mocha/.mocharc.jsonc --grep \"testmocha\"",
"postinstall": "cd arkui_transformer && npm install && cd ../compile-plugins/api-check-plugin-static && npm install"
},
"author": "",
"license": "ISC",
"dependencies": {
"commander": "^13.1.0",
"fs": "^0.0.1-security",
"path": "^0.12.7",
"typescript": "npm:ohos-typescript@4.9.5-r10"
},
"devDependencies": {
"mocha": "^7.2.0",
"mochawesome": "^7.1.3"
}
}