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