54 lines
1.9 KiB
JSON
54 lines
1.9 KiB
JSON
{
|
|
"name": "esa-layouts-shared",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"homepage": "https://github.com/esamarathon/esa-layouts-shared#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/esamarathon/esa-layouts-shared/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/esamarathon/esa-layouts-shared.git"
|
|
},
|
|
"license": "MIT",
|
|
"author": "zoton2",
|
|
"scripts": {
|
|
"autofix:browser_shared": "cd browser_shared && node ../../node_modules/eslint/bin/eslint.js --ignore-path ../.eslintignore --fix --ext .ts,.vue .",
|
|
"autofix:dashboard": "cd dashboard && node ../../node_modules/eslint/bin/eslint.js --ignore-path ../.eslintignore --fix --ext .ts,.vue .",
|
|
"autofix:graphics": "cd graphics && node ../../node_modules/eslint/bin/eslint.js --ignore-path ../.eslintignore --fix --ext .ts,.vue .",
|
|
"autofix:types": "cd types && node ../../node_modules/eslint/bin/eslint.js --ignore-path ../.eslintignore --fix --ext .d.ts .",
|
|
"schema-types": "nodecg schema-types -o types/schemas --no-config-schema"
|
|
},
|
|
"dependencies": {
|
|
"amqp-connection-manager": "^4.1.14",
|
|
"amqplib": "^0.10.3",
|
|
"clone": "^2.1.2",
|
|
"fs-extra": "^11.2.0",
|
|
"get-video-duration": "3.0.2",
|
|
"lodash": "^4.17.21",
|
|
"node-fetch": "^2.7.0",
|
|
"obs-websocket-js": "^4.0.3",
|
|
"osc": "^2.4.4",
|
|
"string-similarity": "^4.0.4",
|
|
"tiny-typed-emitter": "^2.1.0",
|
|
"uuid": "^9.0.1",
|
|
"xkeys": "^2.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@esamarathon/mq-events": "^1.0.1",
|
|
"@types/amqp-connection-manager": "^2.0.12",
|
|
"@types/amqplib": "^0.10.4",
|
|
"@types/clone": "^2.1.4",
|
|
"@types/dompurify": "^3.0.5",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/node-fetch": "^2.6.11",
|
|
"@types/string-similarity": "^4.0.2",
|
|
"@types/uuid": "^9.0.7",
|
|
"dompurify": "^3.0.8",
|
|
"marked": "^11.1.1",
|
|
"nodecg-cli": "^8.6.8",
|
|
"vuedraggable": "^2.24.3",
|
|
"vuex-class-state2way": "^1.0.1"
|
|
}
|
|
}
|