-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.54 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
{
"name": "kernelbot",
"version": "1.0.0",
"description": "Kernel — assistente educacional com BM25, interface web SSE e multi-disciplinas.",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"dependencies": {
"autoprefixer": "^10.5.0",
"baseline-browser-mapping": "^2.10.34",
"browserslist": "^4.28.2",
"caniuse-lite": "^1.0.30001793",
"detect-libc": "^2.1.2",
"electron-to-chromium": "^1.5.368",
"enhanced-resolve": "^5.23.0",
"escalade": "^3.2.0",
"fraction.js": "^5.3.4",
"graceful-fs": "^4.2.11",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"jiti": "^2.7.0",
"lightningcss": "^1.32.0",
"lightningcss-linux-x64-gnu": "^1.32.0",
"lightningcss-linux-x64-musl": "^1.32.0",
"magic-string": "^0.30.21",
"mri": "^1.2.0",
"nanoid": "^3.3.12",
"node-addon-api": "^7.1.1",
"node-releases": "^2.0.47",
"picocolors": "^1.1.1",
"picomatch": "^4.0.4",
"postcss": "^8.5.15",
"postcss-value-parser": "^4.2.0",
"source-map-js": "^1.2.1",
"tailwindcss": "^4.3.0",
"tapable": "^2.3.3",
"update-browserslist-db": "^1.2.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GaabDevWeb/KernelBot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GaabDevWeb/KernelBot/issues"
},
"homepage": "https://github.com/GaabDevWeb/KernelBot#readme"
}