ems-editor
Version:
EMS Video Editor SDK - Universal JavaScript SDK for external video editor integration
76 lines (75 loc) • 1.73 kB
JSON
{
"name": "ems-editor",
"version": "1.1.10",
"description": "EMS Video Editor SDK - Universal JavaScript SDK for external video editor integration",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "rollup -c",
"build:watch": "rollup -c -w",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint src --ext .ts,.js",
"lint:fix": "eslint src --ext .ts,.js --fix",
"prepublishOnly": "npm run build",
"dev": "rollup -c -w"
},
"keywords": [
"video-editor",
"sdk",
"websocket",
"react",
"angular",
"vue",
"javascript",
"typescript",
"mam",
"render",
"iframe",
"external-app"
],
"author": "EMS Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/devtek/ems-editor.git"
},
"bugs": {
"url": "https://github.com/devtek/ems-editor/issues"
},
"homepage": "https://github.com/devtek/ems-editor#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@types/jest": "^29.5.8",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"jest": "^29.7.0",
"rollup": "^4.5.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
"dependencies": {
"uuid": "^11.1.0",
"ws": "^8.0.0"
},
"peerDependencies": {
"ws": "^8.0.0"
},
"browser": {
"ws": false
},
"engines": {
"node": ">=16.0.0"
}
}