-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 647 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 647 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
28
29
{
"name": "pronotif",
"version": "1.0.0",
"description": "Usefull notifications for Pronote",
"main": "main.js",
"scripts": {
"start": "node main",
"dev": "nodemon main --ignore vue-app/**"
},
"keywords": [
"pronote",
"pronotif",
"notifications"
],
"author": "Mathieu Colmon",
"license": "ISC",
"dependencies": {
"firebase-admin": "^9.1.1",
"pronote-api": "./pronote-api",
"query-string": "^6.13.2",
"socket.io": "^2.3.0"
},
"devDependencies": {
"eslint": "^7.23.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"nodemon": "^2.0.22"
}
}