cve-connector
Version:
UE Web 开发套件
66 lines (65 loc) • 1.89 kB
JSON
{
"name": "cve-connector",
"version": "0.3.10",
"type": "module",
"files": [
"dist",
"docs",
"types"
],
"main": "dist/index.js",
"types": "types/index.d.ts",
"exports": {
".": {
"types": "./types/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"scripts": {
"dev": "vite --config vite.config.ts",
"build": "tsc & vite build",
"build:cve": "tsc & vite build --config vite.demo.ts",
"pack": "npm pack",
"publish": "npm publish --access public",
"version:major": "npm version major",
"version:minor": "npm version minor",
"version:patch": "npm version patch"
},
"dependencies": {
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.3": "^1.0.1",
"@epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.3": "^1.0.1",
"@jugar/date-formatter": "^0.0.2",
"@jugar/debounce-throttle": "^0.0.1",
"@jugar/html-shot": "^0.0.1"
},
"devDependencies": {
"@jugar/json-beautify": "^0.0.1",
"@jugar/jsx-runtime": "^0.1.1",
"@types/node": "^20.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.0.2",
"vite": "^6.2.1"
},
"description": "UE Web 开发套件",
"repository": {
"type": "git",
"url": "git+https://gitee.com/qhfct_cim/Cveconnector.git"
},
"keywords": [
"TypeScript",
"UE Web",
"Pixel Streaming",
"CVE"
],
"author": "Yin Shan <yin_s@hdec.com>",
"license": "MIT",
"bugs": {
"url": "https://gitee.com/qhfct_cim/Cveconnector/issues"
},
"homepage": "https://gitee.com/qhfct_cim/Cveconnector#readme",
"directories": {
"doc": "docs"
},
"packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f"
}