-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.43 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
58
{
"name": "dosie",
"type": "commonjs",
"version": "1.0.0",
"description": "Adding Tweets to a DB in the Notion API",
"main": "index.js",
"dependencies": {
"@notionhq/client": "^1.0.1",
"api": "^4.5.2",
"axios": "^1.2.0",
"body-parser": "^1.16.1",
"csv-parse": "^5.3.6",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-session": "^1.15.6",
"fetch-headers": "^3.0.1",
"firebase": "^10.4.0",
"got": "^12.5.3",
"handlebars": "^4.7.4",
"lodash": "^4.17.4",
"messages": "^0.1.0",
"nconf": "^0.12.0",
"needle": "^3.2.0",
"node-fetch": "^3.2.10",
"oauth-1.0a": "^2.2.6",
"oauth-2.0": "^0.0.1",
"openai": "^3.2.1",
"prompt-promise": "^1.0.3",
"prompt-sync": "^4.2.0",
"query-string": "^5.0.1",
"request": "^2.83.0",
"request-promise": "^0.0.1",
"socket.io": "^2.5.0",
"twitter-api-sdk": "^1.2.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"eslint": "8.29.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"gaxios": "5.0.2",
"mocha": "10.1.0",
"prettier": "2.8.1"
},
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"start": "node index.js",
"lint": "eslint **.js",
"fix": "eslint --fix *.js",
"test": "mocha test/*.test.js --check-leaks --timeout 5000"
}
}