mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-23 06:39:54 +00:00
0abf2b7046
Signed-off-by: zhangwu <zhangwu47@huawei.com>
15 lines
262 B
JSON
15 lines
262 B
JSON
{
|
|
"name": "capi_parser",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.py",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"comment-parser": "^1.4.1"
|
|
}
|
|
}
|