2025-02-04 09:21:06 -05:00
|
|
|
{
|
2025-02-05 09:43:21 -05:00
|
|
|
"name": "@element-hq/synapse-guest-module",
|
2025-02-10 15:04:35 -05:00
|
|
|
"version": "1.0.0",
|
2025-02-05 09:43:21 -05:00
|
|
|
"private": true,
|
|
|
|
|
"description": "A synapse module to restrict the actions of guests",
|
|
|
|
|
"author": "New Vector Ltd.",
|
2025-02-10 15:01:20 -05:00
|
|
|
"license": "SEE LICENSE IN README.md",
|
2025-02-05 09:43:21 -05:00
|
|
|
"scripts": {
|
2025-02-05 10:48:53 -05:00
|
|
|
"prepare": "echo \"Nothing to prepare\"",
|
2025-02-05 09:43:21 -05:00
|
|
|
"clean": "echo \"Nothing to clean\"",
|
|
|
|
|
"build": "echo \"Nothing to build\"",
|
|
|
|
|
"docker:build": "docker build -t element-hq/synapse-guest-module -f Dockerfile .",
|
|
|
|
|
"tsc": "echo \"Nothing to tsc\"",
|
|
|
|
|
"lint": "echo \"Nothing to lint\"",
|
2025-02-05 10:48:53 -05:00
|
|
|
"lint:ts": "echo \"Nothing to lint:ts\"",
|
2025-02-07 08:38:58 -05:00
|
|
|
"types:py": "./scripts/run_in_venv.sh tox -e check_types",
|
|
|
|
|
"lint:py": "./scripts/run_in_venv.sh tox -e check_codestyle",
|
|
|
|
|
"lint:fix": "./scripts/run_in_venv.sh tox -e fix_codestyle",
|
|
|
|
|
"test": "./scripts/run_in_venv.sh tox -e py",
|
2025-02-07 12:02:19 -05:00
|
|
|
"vitest": "echo \"Nothing to vitest\"",
|
2025-02-05 09:43:21 -05:00
|
|
|
"depcheck": "echo \"Nothing to check\"",
|
|
|
|
|
"package": "yarn docker:build"
|
|
|
|
|
}
|
2025-02-04 09:21:06 -05:00
|
|
|
}
|