-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.17 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.17 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
93
94
95
{
"name": "miraiBot",
"version": "1.3.5",
"description": "A powerful multi-purpose facebook messenger bot.",
"main": "Source/Mirai.js",
"bin": "builded/Mirai.js",
"type": "commonjs",
"private": true,
"scripts": {
"start": "node builded/Mirai.js",
"build": "gulp build",
"no-obf": "gulp default:not-obfuscated"
},
"repository": {
"type": "git",
"url": "git+https://github.com/catalizcs/miraiv3.git"
},
"keywords": [
"bot",
"facebook",
"projectmirai",
"messenger",
"mirai",
"catalizcs"
],
"author": "CatalizCS",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/catalizcs/miraiv3/issues"
},
"homepage": "https://github.com/catalizcs/miraiv3#readme",
"dependencies": {
"axios": "^1.2.1",
"base32": "^0.0.7",
"center-console": "^2.2.1",
"chalk": "",
"child-process": "^1.0.2",
"eval": "",
"figlet": "^1.5.2",
"got": "^12.5.2",
"gradient-string": "^2.0.1",
"messenger.ts": "github:JustAWibu/messenger.ts",
"moment-timezone": "",
"path": "",
"pidusage": "^3.0.0",
"pkg": "^5.8.0",
"readline": "",
"request": "",
"semver": "",
"sequelize": "",
"serverline": "^1.6.0",
"sqlite3": "^5.1.2",
"string-similarity": "",
"totp-generator": "",
"url": "^0.11.0"
},
"pkg": {
"scripts": [
"node_modules/messenger.ts/*",
"node_modules/axios/**/*",
"node_modules/base32/**/*",
"builded/**/**"
],
"private": true,
"assets": [
"*.node",
"*.cjs",
"languages/*.lang"
],
"targets": [
"node18-win-x64"
],
"options": [
"experimental-modules"
],
"outputPath": "./"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.5",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-dynamic-import": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-assertions": "^7.20.0",
"@babel/plugin-transform-modules-commonjs": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-import-meta": "^2.2.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-javascript-obfuscator": "^1.1.6",
"resedit": "^1.6.0"
}
}