-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 1.47 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": "syncnextplugin",
"version": "1.0.0",
"description": "Syncnext 插件化",
"main": "app.js",
"scripts": {
"cache:update": "node tools/update-plugin-cache.js",
"cache:check": "node tools/update-plugin-cache.js --check",
"smoke:local": "bun run node_test_all_plugins.js",
"smoke:subscriptions": "bun run node_test_all_plugins.js --discovery=subscriptions --subscriptions-url=https://raw.githubusercontent.com/qoli/syncnext-api/refs/heads/main/sourcesv3.json",
"smoke:ci:soft": "bun run node_test_all_plugins.js --discovery=subscriptions --subscriptions-url=https://raw.githubusercontent.com/qoli/syncnext-api/refs/heads/main/sourcesv3.json --history-mode=latest-only --smoke-fail-exit=soft",
"smoke:update-readme": "bun run node_test_all_plugins.js --discovery=subscriptions --subscriptions-url=https://raw.githubusercontent.com/qoli/syncnext-api/refs/heads/main/sourcesv3.json --update-readme=README.md --history-mode=latest-only",
"smoke:update-readme:soft": "bun run node_test_all_plugins.js --discovery=subscriptions --subscriptions-url=https://raw.githubusercontent.com/qoli/syncnext-api/refs/heads/main/sourcesv3.json --update-readme=README.md --history-mode=latest-only --smoke-fail-exit=soft",
"test": "bun run smoke:local"
},
"author": "",
"license": "ISC",
"dependencies": {
"browserify": "^17.0.0",
"crypto-js": "^4.2.0",
"engify": "^0.0.4",
"js-md5": "^0.8.3",
"node-fetch": "^2.7.0",
"txml": "^5.1.1"
}
}