native/package.json
2025-07-25 23:27:58 +08:00

20 lines
421 B
JSON

{
"name": "@kevisual/native",
"version": "0.0.4",
"description": "",
"main": "index.js",
"files": [
"*"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.7.0",
"type": "module"
}