-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 961 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
{
"name": "racotonotion",
"version": "1.0.0",
"description": "Calendar Sync from Raco FIB to Notion Database",
"main": "index.js",
"dependencies": {
"@notionhq/client": "^0.4.2",
"dotenv": "^10.0.0",
"download": "^8.0.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"ical": "^0.8.0",
"prettier": "^2.4.1"
},
"scripts": {
"start": "node index.js",
"test": "jest",
"lint": "eslint --ext \".js\" --ignore-path .gitignore .",
"format": "eslint --ext \".js\" --ignore-path .gitignore . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LearningBizz/RacoToNotion.git"
},
"author": "Manuel Navid",
"license": "MIT",
"bugs": {
"url": "https://github.com/LearningBizz/RacoToNotion/issues"
},
"homepage": "https://github.com/LearningBizz/RacoToNotion#readme",
"devDependencies": {
"jest": "^27.3.1"
}
}