24 lines
490 B
JSON
24 lines
490 B
JSON
{
|
|
"name": "@kevisual/video",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"scripts": {
|
|
"build": "tsup"
|
|
},
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.6.2",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/node": "^22.14.1",
|
|
"tsup": "^8.4.0",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"exports": {
|
|
".": "./dist/index.mjs"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
} |