-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.06 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
{
"name": "notionater",
"version": "1.0.11",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint \"**/*.js\"",
"fix": "eslint --fix \"**/*.js\"",
"prepare": "husky install"
},
"author": "https://github.com/cliftonc",
"license": "MIT",
"bin": {
"notionater": "./index.js"
},
"repository": "https://github.com/infinitaslearning/notionater",
"dependencies": {
"@notionhq/client": "^0.4.4",
"@tryfabric/martian": "github:cliftonc/martian#better-images",
"await-spawn": "^4.0.2",
"cli-progress": "^3.9.1",
"commander": "^8.3.0",
"debug": "^4.3.2",
"dotenv": "^10.0.0",
"fast-glob": "^3.2.7",
"glob": "^7.2.0",
"js-convert-case": "^4.1.2",
"prompts": "^2.4.2",
"string-progressbar": "^1.0.4"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"husky": "^7.0.4"
}
}