-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.44 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.44 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
{
"name": "beepbot-message-parser",
"version": "2.4.2",
"author": "Kieron Richardson <artdude543@hotmail.co.uk>",
"description": "Message parser for BeepBot.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"dependencies": {
"@dice-roller/rpg-dice-roller": "^5.5.0",
"config": "^3.3.9",
"countdown": "^2.6.0",
"isomorphic-fetch": "^3.0.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"magic-string": "^0.30.5",
"mathjs": "^12.2.1",
"memoize-lit": "^1.6.1",
"moment": "^2.30.1",
"moment-timezone": "^0.5.44",
"pluralize": "^8.0.0"
},
"devDependencies": {
"@types/config": "3.3.3",
"@types/countdown": "^0.0.12",
"@types/isomorphic-fetch": "0.0.39",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.6",
"@types/pluralize": "^0.0.33",
"@types/source-map-support": "^0.5.10",
"source-map-support": "^0.5.21",
"typescript": "^5.3.3"
},
"scripts": {
"build": "tsc",
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com:Synerate/Beepbot-Message-Parser.git"
},
"bugs": {
"url": "https://github.com/Synerate/Beepbot-Message-Parser/issues"
},
"keywords": [
"beepbot",
"compiler",
"message",
"chatbot"
],
"homepage": "https://github.com/Synerate/Beepbot-Message-Parser/blob/master/README.md",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}