-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 754 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 754 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
{
"name": "@thoughtsunificator/message-parser",
"type": "module",
"main": "index.js",
"description": "Enables sorting and grouping of users and channel mentions in a message",
"version": "1.0.10",
"devDependencies": {
"docdash": "^1.2.0",
"eslint": "^7.28.0",
"jsdoc": "^3.6.6",
"mocha": "^9.1.1"
},
"scripts": {
"test": "mocha test/**",
"generate-docs": "jsdoc --configure .jsdoc.json --verbose",
"lint": "eslint src/**/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/thoughtsunificator/message-parser.git"
},
"bugs": {
"url": "https://github.com/thoughtsunificator/message-parser/issues"
},
"author": "Romain Lebesle <oss@thoughtsunificator.me> (https://thoughtsunificator.me)",
"license": "MIT"
}