-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.15 KB
/
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
39
40
41
{
"$schema": "http://json.schemastore.org/package",
"name": "@datplace/collaboration-submission-bot",
"description": "",
"main": "./dist/index.js",
"version": "0.1.0",
"scripts": {
"lint": "eslint src --ext .ts",
"build": "tsc",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/datplace/collaboration-submission-bot.git"
},
"author": "didinele",
"bugs": {
"url": "https://github.com/datplace/collaboration-submission-bot/issues"
},
"homepage": "https://github.com/datplace/collaboration-submission-bot#readme",
"devDependencies": {
"@types/node": "^17.0.18",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"eslint": "^8.6.0",
"eslint-config-marine": "^9.3.2",
"eslint-config-prettier": "^8.3.0",
"prettier": "^2.5.1",
"prettier-eslint": "^13.0.0",
"typescript": "^4.5.5"
},
"dependencies": {
"@chatsift/readdir": "^0.1.0",
"@cordis/gateway": "^1.2.0",
"@cordis/rest": "^1.2.0",
"discord-api-types": "^0.32.1",
"reflect-metadata": "^0.1.13",
"tslib": "^2.3.1",
"tsyringe": "^4.6.0"
}
}