-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.68 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "remibo",
"version": "1.0.0",
"description": "just another reminder bot but with google calender api for seemless integration with the windows and never miss a another work",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/kunatastic/remibo.git"
},
"scripts": {
"start": "node dist/index.js",
"build": "tsc -p . && cp -rv src/public src/views dist/ ",
"devStart": "nodemon src/index.ts",
"lint": "eslint src --fix --ext .ts"
},
"author": "kunatastic",
"license": "MIT",
"dependencies": {
"axios": "^0.21.4",
"btoa": "^1.2.1",
"cookie-parser": "^1.4.5",
"discord-api-types": "^0.23.1",
"discord.js": "^12.5.3",
"ejs": "^3.1.6",
"express": "^4.17.1",
"googleapis": "^88.2.0",
"mongoose": "^6.0.8",
"morgan": "^1.10.0",
"node-fetch": "^2.6.5",
"typescript": "^4.4.4"
},
"devDependencies": {
"@google/clasp": "^2.4.1",
"@types/btoa": "^1.2.3",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.13",
"@types/mongoose": "^5.11.97",
"@types/morgan": "^1.9.3",
"@types/node": "^14.11.1",
"@types/node-fetch": "^3.0.3",
"@types/ws": "^7.2.6",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"dotenv": "^10.0.0",
"eslint": "^7.9.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"ts-node": "^9.1.1"
},
"bugs": {
"url": "https://github.com/kunatastic/remibo/issues"
},
"homepage": "https://github.com/kunatastic/remibo#readme"
}