forked from mrsric/rocketchat-glpi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 929 Bytes
/
package.json
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
{
"name": "rc-otrs",
"version": "0.9.2",
"description": "Rocket.Chat - OTRS Create Ticket",
"author": "Nico Domino <[email protected]>",
"homepage": "https://git.newtelco.dev/ndomino/rocketchat-createticket",
"repository": {
"type": "git",
"url": "git+https://git.newtelco.dev/ndomino/rocketchat-createticket"
},
"bugs": {
"url": "https://git.newtelco.dev/ndomino/rocketchat-createticket/issues"
},
"license": "MIT",
"devDependencies": {
"@rocket.chat/apps-engine": "^1.31.0",
"@types/node": "^14.18.14",
"dotenv": "^8.2.0",
"prettier": "^2.1.1",
"tslint": "^5.10.0"
},
"prettier": {
"singleQuote": true,
"trailingComma": "es5",
"semi": false,
"jsxSingleQuote": true,
"arrowParens": "avoid",
"tabWidth": 2,
"useTabs": false
},
"dependencies": {
"@rocket/cli": "^0.10.2",
"moment": "^2.29.3",
"moment-timezone": "^0.5.34",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
}
}