-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "video-toolkit-extension",
"version": "0.4.0",
"description": "Chrome extension for one-click X/Twitter video download and local NVIDIA Parakeet v3 transcription via Spokenly.",
"private": true,
"type": "module",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Lemelson/x-post-toolkit.git"
},
"keywords": [
"chrome-extension",
"twitter-video-downloader",
"x-video-downloader",
"video-transcription",
"nvidia-parakeet",
"spokenly",
"coreml",
"apple-silicon"
],
"scripts": {
"test": "node --test tests/*.test.js",
"check": "node --check background.js && node --check content.js && node --check content_x_adapter.js && node --check content_drive_adapter.js && node --check popup.js && node --check popup-i18n.js && node --check theme-init.js && find src -name '*.js' -print0 | xargs -0 -n1 node --check && npm test && python3 -m unittest discover -s tests -p '*_test.py' && python3 -m py_compile scripts/native_host.py && bash -n scripts/install_native_host.sh && bash -n scripts/uninstall_native_host.sh"
}
}