-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 3.29 KB
/
package.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "bot-en-sky",
"version": "1.4.3",
"description": "BlueSky botEnSky - a bot account that reply to bluesky post with Pla@ntNet identification",
"scripts": {
"audit": "npm audit&&npm outdated --depth=3",
"startDev": "bash ./bin/startDev.sh",
"start": "bash ./bin/startServer.sh",
"setupDev": "npm install -g jshint",
"lint": "eslint .",
"jshint": "jshint .",
"tst": "echo windows %TST% test&& set NODE_ENV=test&& mocha --trace-warnings --timeout 180000 --unhandled-rejections=strict tests/%TST%.test.js",
"test": "echo ci-test&& set NODE_ENV=test&&c8 mocha --exit --unhandled-rejections=strict tests/*.test.js --timeout 50000",
"ci-test": "echo ci-test&& export NODE_ENV=test&& c8 --reporter text --reporter=lcov --lines 66 mocha --unhandled-rejections=strict tests/*.test.js --timeout 50000",
"c8-test": "echo c8-test&& set NODE_ENV=test&& c8 --reporter text --reporter=lcov --lines 66 mocha --unhandled-rejections=strict tests/*.test.js --timeout 50000",
"wipABC": "curl -v -H 'API-TOKEN: SIMULATE_WITH_LOCAL_DEV_ACCOUNT' -H 'PLUGIN-NAME: AskBioclip' http://localhost:5000/api/hook",
"wipBio": "curl -v -H 'API-TOKEN: SIMULATE_WITH_LOCAL_DEV_ACCOUNT' -H 'PLUGIN-NAME: BioClip' http://localhost:5000/api/hook",
"wipAPN": "curl -v -H 'API-TOKEN: SIMULATE_WITH_LOCAL_DEV_ACCOUNT' -H 'PLUGIN-NAME: AskPlantnet' http://localhost:5000/api/hook",
"wipPN": "curl -v -H 'API-TOKEN: SIMULATE_WITH_LOCAL_DEV_ACCOUNT' -H 'PLUGIN-NAME: Plantnet' http://localhost:5000/api/hook",
"wipUM": "curl -v -H 'API-TOKEN: SIMULATE_WITH_LOCAL_DEV_ACCOUNT' -H 'PLUGIN-NAME: UnMute' http://localhost:5000/api/hook",
"wipSum": "curl -v -H 'API-TOKEN: SIMULATE_WITH_LOCAL_DEV_ACCOUNT' -H 'PLUGIN-NAME: Summary' http://localhost:5000/api/hook"
},
"repository": {
"type": "git",
"url": "https://github.com/boly38/botEnSky.git"
},
"keywords": [
"bluesky",
"bot",
"botEnSky",
"Pl@ntNet",
"Bioclip"
],
"metadata": {
"projectDiscussions": "https://github.com/boly38/botEnSky/discussions",
"blueskyAccount": "https://bsky.app/profile/botensky.bsky.social",
"blueskyDisplayName": "botEnSky"
},
"author": "Boly38",
"license": "MIT",
"homepage": "https://github.com/boly38/botEnSky",
"bugs": {
"url": "https://github.com/boly38/botEnSky/issues"
},
"type": "module",
"dependencies": {
"@atproto/api": "^0.12.23",
"@gradio/client": "^1.2.1",
"@logtail/node": "^0.4.21",
"@logtail/winston": "^0.4.21",
"axios": "^1.7.2",
"dayjs": "^1.11.11",
"discord.js": "^14.15.3",
"dotenv-flow": "^4.1.0",
"ejs": "^3.1.10",
"express": "^4.19.2",
"http-errors": "^2.0.0",
"http-status-codes": "^2.3.0",
"i18n": "^0.15.1",
"node-dependency-injection": "^3.1.2",
"superagent": "^9.0.2",
"turl": "^1.1.2",
"winston": "^3.13.0"
},
"devDependencies": {
"@eslint/js": "^9.6.0",
"@stylistic/eslint-plugin-js": "^2.3.0",
"@types/node": "^20.12.7",
"c8": "^10.1.2",
"chai": "^5.1.1",
"chai-http": "^4.4.0",
"eslint": "^9.0.0",
"eslint-plugin-eslint-plugin": "^6.0.0",
"eslint-plugin-mocha": "^10.4.2",
"eslint-plugin-node": "^11.1.0",
"mocha": "^10.6.0"
},
"notes": {
"chai-http": "with last version 5.0.0 : 20 tst issue 'chai.request is not a function'"
}
}