-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 997 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 997 Bytes
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
{
"name": "@nocom_bot/core",
"version": "0.37.0",
"description": "NOCOM_BOT core. Everything is expanded from here.",
"main": "dist/src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NOCOM-BOT/core.git"
},
"keywords": [
"NOCOM",
"bot",
"facebook",
"chat",
"chatbot"
],
"author": "BadAimWeeb",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/NOCOM-BOT/core/issues"
},
"homepage": "https://github.com/NOCOM-BOT/core#readme",
"devDependencies": {
"@tsconfig/node18": "^1.0.1",
"@types/adm-zip": "^0.5.0",
"@types/msgpack5": "^3.4.2",
"@types/node": "^17.0.13",
"typescript": "^5.0.4"
},
"dependencies": {
"adm-zip": "^0.5.9",
"msgpack5": "^5.3.2",
"pnpm": "^8.5.0"
},
"engines": {
"node": ">=18"
},
"engineStrict": true,
"type": "module"
}