forked from cjb/codex-blackboard
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 3.04 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 3.04 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
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
82
83
84
85
86
87
88
89
90
91
92
{
"name": "codex-blackboard",
"version": "1.0.0",
"description": "codex-blackboard ================",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.28.6",
"@floating-ui/dom": "^1.7.6",
"@fortawesome/fontawesome-free": "^7.2.0",
"@googleapis/calendar": "^14.2.0",
"@googleapis/drive": "^20.1.0",
"@googlemaps/js-api-loader": "^2.0.2",
"@googlemaps/markerclusterer": "^2.6.2",
"@googlemaps/markerwithlabel": "^2.0.28",
"@swc/helpers": "^0.5.19",
"chart.js": "^4.5.1",
"chartjs-adapter-dayjs-3": "^1.2.3",
"coffeescript": "^2.7.0",
"css-color-names": "1.0.1",
"cytoscape": "^3.33.1",
"cytoscape-fcose": "^2.2.0",
"cytoscape-layout-utilities": "^1.1.1",
"dayjs": "^1.11.20",
"delay": "^7.0.0",
"denodeify": "^1.2.1",
"favico.js": "^0.3.10",
"gemoji": "^8.1.0",
"google-auth-library": "^10.6.2",
"hubot": "^9.0.0",
"hubot-help": "^2.1.5",
"mail-listener6": "^2.0.3",
"md5": "^2.3.0",
"meteor-node-stubs": "^1.2.27",
"normalize-text": "^2.6.0",
"page": "^1.11.6",
"sanitize-html": "^2.17.1",
"twitter-api-v2": "^1.29.0"
},
"devDependencies": {
"@playwright/browser-chromium": "^1.57.0",
"@playwright/browser-firefox": "^1.57.0",
"@types/chai": "^4.3.11",
"@types/sinon": "^21.0.0",
"babel-plugin-istanbul": "^7.0.1",
"chai": "^5.0.0",
"drag-mock": "^1.4.0",
"eslint": "^10.0.3",
"eslint-plugin-jsonc": "^3.1.2",
"eslint-plugin-prettier": "^5.5.5",
"playwright": "^1.57.0",
"prettier": "^3.8.1",
"sinon": "^21.0.2",
"swc-plugin-coverage-instrument": "^0.0.32"
},
"overrides": {
"path-to-regexp": "^8.0.0",
"semver": "^5.7.2"
},
"scripts": {
"test": "LANG=EN_us meteor test --once --driver-package meteortesting:mocha",
"test.full": "LANG=en_US meteor test --once --driver-package meteortesting:mocha --full-app --settings tests/integration_test_settings.json",
"coverage": "BABEL_ENV=COVERAGE COVERAGE=1 COVERAGE_OUT_HTML=1 COVERAGE_APP_FOLDER=$PWD/ meteor npm test",
"coverage.full": "BABEL_ENV=COVERAGE COVERAGE=1 COVERAGE_OUT_HTML=1 COVERAGE_APP_FOLDER=$PWD/ meteor npm run-script test.full",
"coverage.json": "BABEL_ENV=COVERAGE COVERAGE=1 COVERAGE_OUT_JSON=1 COVERAGE_APP_FOLDER=$PWD/ meteor npm test",
"coverage.client.json": "TEST_SERVER=0 meteor npm run-script coverage.json",
"coverage.server.json": "TEST_CLIENT=0 meteor npm run-script coverage.json",
"coverage.full.json": "BABEL_ENV=COVERAGE COVERAGE=1 COVERAGE_OUT_JSON=1 COVERAGE_APP_FOLDER=$PWD/ meteor npm run-script test.full"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Torgen/codex-blackboard.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Torgen/codex-blackboard/issues"
},
"homepage": "https://github.com/Torgen/codex-blackboard#readme",
"private": true,
"babel": {
"env": {
"COVERAGE": {
"plugins": [
"istanbul"
]
}
}
},
"meteor": {
"modern": true
}
}